Html Css Color HEX #B2811B Dark Goldenrod

📋 copy color: '#B2811B'

red 178 ◦ green 129 ◦ blue 27

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

Shades of Dark Goldenrod #B2811B

Tints of Dark Goldenrod #B2811B

RGB

 RED value IS 178 (69.92% from 255) = 53.29%

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

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

R = 53.29%
G = 38.62%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2811B (or 0xB2811B) is known color: Dark Goldenrod. HEX triplet: B2, 81 and 1B. RGB value is (178,129,27). Sum of RGB (Red+Green+Blue) = 178+129+27=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2811B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2811B is #4D7EE4. Grayscale: #848484. Windows color (decimal): -5078757 or 1802674. OLE color: 1802674.

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

Color convert

RGB 178 129 27 -
CMYK 0 0.28 0.85 0.30
HSL 40.53º 0.74% 0.4% -
HSV(B) 40.53º 0.85% 0.7% -
XYZ 26.41 25.24 4.52 -
YUV 132.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 178 129 27 0 0.28 0.85 0.30 40.53 0.74 0.4
Hex B2 81 1B 0 1C 55 1E 29 4A 28
Octal 262 201 33 0 34 125 36 51 112 50
Binary 10110010 10000001 11011 0 11100 1010101 11110 101001 1001010 101000

Color Harmonies of #B2811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2811B

Black with #B2811B

Text Example


Text Example

White with #B2811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2811B; }

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

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

background-color css

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

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

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

border-color css

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

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

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