Color Hex Logo

#b2511d Color Hex

#B2511D
(178,81,29)
0 Favorites   0 Comments

Color spaces of #b2511d

RGB 1788129
HSL0.060.720.41
HSV21°84°70°
CMYK 0.000.540.84   0.30
XYZ21.524315.43853.0079
Yxy15.43850.53850.3862
Hunter Lab39.291929.022622.9655
CIE-Lab46.229036.537746.8319

#b2511d color RGB value is (178,81,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010001 00011101
Octal 262 121 35
Decimal 178 81 29
Hex B2 51 1D

RGB Percentages of Color #b2511d

%61.81
%28.13
%10.07

CMYK Percentages of Color #b2511d

%0
%54
%84
%30

Triadic Colors of #b2511d

#b2511d #1db251 #511db2

Analogous Colors of #b2511d

#b2511d #b29c1d #b21d34

Monochromatic Colors of #b2511d

#b2511d

Complementary Color

#b2511d #1d7eb2

#b2511d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2511d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2511d Color CSS Codes

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

#b2511d Text Font Color

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

This sample text font color is #b2511d
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.


#b2511d Background Color

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

This div background color is #b2511d


#b2511d Border Color

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

This div border color is #b2511d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,81,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 #b2511d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2511d


Comments

No comments written yet.

Please login to write comment.