Html Css Color HEX #B4811B Dark Goldenrod

📋 copy color: '#B4811B'

red 180 ◦ green 129 ◦ blue 27

#B4811B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B4811B

Tints of Dark Goldenrod #B4811B

RGB

 RED value IS 180 (70.7% from 255) = 53.57%

 GREEN value IS 129 (50.78% from 255) = 38.39%

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 53.57%
G = 38.39%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B4811B (or 0xB4811B) is known color: Dark Goldenrod. HEX triplet: B4, 81 and 1B. RGB value is (180,129,27). Sum of RGB (Red+Green+Blue) = 180+129+27=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B4811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4811B is #4B7EE4. Grayscale: #858585. Windows color (decimal): -4947685 or 1802676. OLE color: 1802676.

HSL color Cylindrical-coordinate representation of color #B4811B: hue angle of 40º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4811B is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 129 27 -
CMYK 0 0.28 0.85 0.29
HSL 40º 0.74% 0.41% -
HSV(B) 40º 0.85% 0.71% -
XYZ 26.87 25.48 4.54 -
YUV 132.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 180 129 27 0 0.28 0.85 0.29 40 0.74 0.41
Hex B4 81 1B 0 1C 55 1D 28 4A 29
Octal 264 201 33 0 34 125 35 50 112 51
Binary 10110100 10000001 11011 0 11100 1010101 11101 101000 1001010 101001

Color Harmonies of #B4811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4811B

Black with #B4811B

Text Example


Text Example

White with #B4811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4811B; }

 p { color: rgb(180,129,27); }

 H1.HeaderClassName
 {
   color: #B4811B;
 }
 .AnyTagClassName
 {
   color: #B4811B;
 }
</style>

background-color css

<style>
 a { background-color: #B4811B; }

 a { background-color: rgb(180,129,27); }

 div.DivClassName
 {
   background-color: #B4811B;
 }
 .BgClassName
 {
   background-color: #B4811B;
 }
</style>

border-color css

<style>
 span { border-color: #B4811B; }

 span { border-color: rgb(180,129,27); }

 td.TdClassName
 {
   border-color: #B4811B;
 }
 .TagClassName
 {
   border-color: #B4811B;
 }
</style>