Html Css Color HEX #B99304 Dark Goldenrod

📋 copy color: '#B99304'

red 185 ◦ green 147 ◦ blue 4

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

Shades of Dark Goldenrod #B99304

Tints of Dark Goldenrod #B99304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.75%

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

R = 55.06%
G = 43.75%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B99304 (or 0xB99304) is known color: Dark Goldenrod. HEX triplet: B9, 93 and 04. RGB value is (185,147,4). Sum of RGB (Red+Green+Blue) = 185+147+4=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B99304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99304 is #466CFB. Grayscale: #8E8E8E. Windows color (decimal): -4615420 or 299961. OLE color: 299961.

HSL color Cylindrical-coordinate representation of color #B99304: hue angle of 47.4º 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 #B99304 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 147 4 -
CMYK 0 0.21 0.98 0.27
HSL 47.4º 0.96% 0.37% -
HSV(B) 47.4º 0.98% 0.73% -
XYZ 30.46 31.19 4.53 -
YUV 142.06 50.09 158.63 -
System Red Green Blue C M Y K H S L
Decimal 185 147 4 0 0.21 0.98 0.27 47.4 0.96 0.37
Hex B9 93 4 0 15 62 1B 2F 60 25
Octal 271 223 4 0 25 142 33 57 140 45
Binary 10111001 10010011 100 0 10101 1100010 11011 101111 1100000 100101

Color Harmonies of #B99304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99304

Black with #B99304

Text Example


Text Example

White with #B99304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99304; }

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

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

background-color css

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

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

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

border-color css

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

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

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