Html Css Color HEX #B99104 Dark Goldenrod

📋 copy color: '#B99104'

red 185 ◦ green 145 ◦ blue 4

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

Shades of Dark Goldenrod #B99104

Tints of Dark Goldenrod #B99104

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

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

R = 55.39%
G = 43.41%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B99104 (or 0xB99104) is known color: Dark Goldenrod. HEX triplet: B9, 91 and 04. RGB value is (185,145,4). Sum of RGB (Red+Green+Blue) = 185+145+4=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B99104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99104 is #466EFB. Grayscale: #8D8D8D. Windows color (decimal): -4615932 or 299449. OLE color: 299449.

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

Color convert

RGB 185 145 4 -
CMYK 0 0.22 0.98 0.27
HSL 46.74º 0.96% 0.37% -
HSV(B) 46.74º 0.98% 0.73% -
XYZ 30.15 30.57 4.43 -
YUV 140.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 185 145 4 0 0.22 0.98 0.27 46.74 0.96 0.37
Hex B9 91 4 0 16 62 1B 2F 60 25
Octal 271 221 4 0 26 142 33 57 140 45
Binary 10111001 10010001 100 0 10110 1100010 11011 101111 1100000 100101

Color Harmonies of #B99104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99104

Black with #B99104

Text Example


Text Example

White with #B99104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99104; }

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

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

background-color css

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

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

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

border-color css

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

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

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