Html Css Color HEX #B28112 Dark Goldenrod

📋 copy color: '#B28112'

red 178 ◦ green 129 ◦ blue 18

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

Shades of Dark Goldenrod #B28112

Tints of Dark Goldenrod #B28112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 54.77%
G = 39.69%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B28112 (or 0xB28112) is known color: Dark Goldenrod. HEX triplet: B2, 81 and 12. RGB value is (178,129,18). Sum of RGB (Red+Green+Blue) = 178+129+18=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B28112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28112 is #4D7EED. Grayscale: #838383. Windows color (decimal): -5078766 or 1212850. OLE color: 1212850.

HSL color Cylindrical-coordinate representation of color #B28112: hue angle of 41.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B28112 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 18 -
CMYK 0 0.28 0.90 0.30
HSL 41.63º 0.82% 0.38% -
HSV(B) 41.63º 0.9% 0.7% -
XYZ 26.32 25.21 4.05 -
YUV 131 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 178 129 18 0 0.28 0.90 0.30 41.63 0.82 0.38
Hex B2 81 12 0 1C 5A 1E 2A 52 26
Octal 262 201 22 0 34 132 36 52 122 46
Binary 10110010 10000001 10010 0 11100 1011010 11110 101010 1010010 100110

Color Harmonies of #B28112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28112

Black with #B28112

Text Example


Text Example

White with #B28112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28112; }

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

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

background-color css

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

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

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

border-color css

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

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

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