Html Css Color HEX #B28116 Dark Goldenrod

📋 copy color: '#B28116'

red 178 ◦ green 129 ◦ blue 22

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

Shades of Dark Goldenrod #B28116

Tints of Dark Goldenrod #B28116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 54.1%
G = 39.21%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B28116 (or 0xB28116) is known color: Dark Goldenrod. HEX triplet: B2, 81 and 16. RGB value is (178,129,22). Sum of RGB (Red+Green+Blue) = 178+129+22=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B28116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28116 is #4D7EE9. Grayscale: #838383. Windows color (decimal): -5078762 or 1474994. OLE color: 1474994.

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

Color convert

RGB 178 129 22 -
CMYK 0 0.28 0.88 0.30
HSL 41.15º 0.78% 0.39% -
HSV(B) 41.15º 0.88% 0.7% -
XYZ 26.36 25.22 4.24 -
YUV 131.45 66.23 161.2 -
System Red Green Blue C M Y K H S L
Decimal 178 129 22 0 0.28 0.88 0.30 41.15 0.78 0.39
Hex B2 81 16 0 1C 58 1E 29 4E 27
Octal 262 201 26 0 34 130 36 51 116 47
Binary 10110010 10000001 10110 0 11100 1011000 11110 101001 1001110 100111

Color Harmonies of #B28116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28116

Black with #B28116

Text Example


Text Example

White with #B28116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28116; }

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

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

background-color css

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

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

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

border-color css

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

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

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