Color Hex Logo

#b2771d Color Hex

#B2771D
(178,119,29)
0 Favorites   0 Comments

Color spaces of #b2771d

RGB 17811929
HSL0.100.720.41
HSV36°84°70°
CMYK 0.000.330.84   0.30
XYZ25.178722.74734.2260
Yxy22.74730.48280.4362
Hunter Lab47.694110.769028.1324
CIE-Lab54.811115.900554.3728

#b2771d color RGB value is (178,119,29).

#b2771d hex color red value is 178, green value is 119 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b2771d hue: 0.10 , saturation: 0.72 and the lightness value of b2771d is 0.41.

The process color (four color CMYK) of #b2771d color hex is 0.00, 0.33, 0.84, 0.30. Web safe color of #b2771d is #996633. Color #b2771d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 00011101
Octal 262 167 35
Decimal 178 119 29
Hex B2 77 1D

RGB Percentages of Color #b2771d

%54.60
%36.50
%8.90

CMYK Percentages of Color #b2771d

%0
%33
%84
%30

Triadic Colors of #b2771d

#b2771d #1db277 #771db2

Analogous Colors of #b2771d

#b2771d #a3b21d #b22d1d

Monochromatic Colors of #b2771d

#b2771d

Complementary Color

#b2771d #1d58b2

#b2771d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2771d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2771d Color CSS Codes

.mybgcolor {background-color:#b2771d; } 
.myforecolor {color:#b2771d; }
.mybordercolor {border:3px solid #b2771d; }

#b2771d Text Font Color

<p style="color:#b2771d">Text here</p>

This sample text font color is #b2771d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b2771d Background Color

<div style="background-color:#b2771d">
Div content here</div>

This div background color is #b2771d


#b2771d Border Color

<div style="border:3px solid #b2771d">
Div here</div>

This div border color is #b2771d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,119,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2771d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2771d;
  -webkit-box-shadow: 1px 1px 3px 2px #b2771d;
  box-shadow:         1px 1px 3px 2px #b2771d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,119,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2771d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2771d;
  -webkit-box-shadow: 1px 1px 3px 2px #b2771d;
  box-shadow:         1px 1px 3px 2px #b2771d;">
Div content here</div>

This div box has shadow with color #b2771d


Comments

No comments written yet.

Please login to write comment.