Html Css Color HEX #B18816 Dark Goldenrod

📋 copy color: '#B18816'

red 177 ◦ green 136 ◦ blue 22

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

Shades of Dark Goldenrod #B18816

Tints of Dark Goldenrod #B18816

RGB

 RED value IS 177 (69.53% from 255) = 52.84%

 GREEN value IS 136 (53.52% from 255) = 40.6%

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

R = 52.84%
G = 40.6%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B18816 (or 0xB18816) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 16. RGB value is (177,136,22). Sum of RGB (Red+Green+Blue) = 177+136+22=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B18816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18816 is #4E77E9. Grayscale: #878787. Windows color (decimal): -5142506 or 1476785. OLE color: 1476785.

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

Color convert

RGB 177 136 22 -
CMYK 0 0.23 0.88 0.31
HSL 44.13º 0.78% 0.39% -
HSV(B) 44.13º 0.88% 0.69% -
XYZ 27.08 27.01 4.55 -
YUV 135.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 177 136 22 0 0.23 0.88 0.31 44.13 0.78 0.39
Hex B1 88 16 0 17 58 1F 2C 4E 27
Octal 261 210 26 0 27 130 37 54 116 47
Binary 10110001 10001000 10110 0 10111 1011000 11111 101100 1001110 100111

Color Harmonies of #B18816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18816

Black with #B18816

Text Example


Text Example

White with #B18816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18816; }

 p { color: rgb(177,136,22); }

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

background-color css

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

 a { background-color: rgb(177,136,22); }

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

border-color css

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

 span { border-color: rgb(177,136,22); }

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