Html Css Color HEX #B18804 Dark Goldenrod

📋 copy color: '#B18804'

red 177 ◦ green 136 ◦ blue 4

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

Shades of Dark Goldenrod #B18804

Tints of Dark Goldenrod #B18804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 55.84%
G = 42.9%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B18804 (or 0xB18804) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 04. RGB value is (177,136,4). Sum of RGB (Red+Green+Blue) = 177+136+4=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B18804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18804 is #4E77FB. Grayscale: #858585. Windows color (decimal): -5142524 or 297137. OLE color: 297137.

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

Color convert

RGB 177 136 4 -
CMYK 0 0.23 0.98 0.31
HSL 45.78º 0.96% 0.35% -
HSV(B) 45.78º 0.98% 0.69% -
XYZ 26.96 26.96 3.9 -
YUV 133.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 177 136 4 0 0.23 0.98 0.31 45.78 0.96 0.35
Hex B1 88 4 0 17 62 1F 2E 60 23
Octal 261 210 4 0 27 142 37 56 140 43
Binary 10110001 10001000 100 0 10111 1100010 11111 101110 1100000 100011

Color Harmonies of #B18804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18804

Black with #B18804

Text Example


Text Example

White with #B18804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18804; }

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

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

background-color css

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

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

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

border-color css

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

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

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