Html Css Color HEX #B98804 Dark Goldenrod

📋 copy color: '#B98804'

red 185 ◦ green 136 ◦ blue 4

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

Shades of Dark Goldenrod #B98804

Tints of Dark Goldenrod #B98804

RGB

 RED value IS 185 (72.66% from 255) = 56.92%

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

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

R = 56.92%
G = 41.85%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B98804 (or 0xB98804) is known color: Dark Goldenrod. HEX triplet: B9, 88 and 04. RGB value is (185,136,4). Sum of RGB (Red+Green+Blue) = 185+136+4=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B98804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98804 is #4677FB. Grayscale: #888888. Windows color (decimal): -4618236 or 297145. OLE color: 297145.

HSL color Cylindrical-coordinate representation of color #B98804: hue angle of 43.76º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B98804 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 136 4 -
CMYK 0 0.26 0.98 0.27
HSL 43.76º 0.96% 0.37% -
HSV(B) 43.76º 0.98% 0.73% -
XYZ 28.83 27.93 3.99 -
YUV 135.6 53.73 163.23 -
System Red Green Blue C M Y K H S L
Decimal 185 136 4 0 0.26 0.98 0.27 43.76 0.96 0.37
Hex B9 88 4 0 1A 62 1B 2C 60 25
Octal 271 210 4 0 32 142 33 54 140 45
Binary 10111001 10001000 100 0 11010 1100010 11011 101100 1100000 100101

Color Harmonies of #B98804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98804

Black with #B98804

Text Example


Text Example

White with #B98804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98804; }

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

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

background-color css

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

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

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

border-color css

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

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

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