Html Css Color HEX #B09104 Dark Goldenrod

📋 copy color: '#B09104'

red 176 ◦ green 145 ◦ blue 4

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

Shades of Dark Goldenrod #B09104

Tints of Dark Goldenrod #B09104

RGB

 RED value IS 176 (69.14% from 255) = 54.15%

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

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

R = 54.15%
G = 44.62%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B09104 (or 0xB09104) is known color: Dark Goldenrod. HEX triplet: B0, 91 and 04. RGB value is (176,145,4). Sum of RGB (Red+Green+Blue) = 176+145+4=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B09104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09104 is #4F6EFB. Grayscale: #8A8A8A. Windows color (decimal): -5205756 or 299440. OLE color: 299440.

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

Color convert

RGB 176 145 4 -
CMYK 0 0.18 0.98 0.31
HSL 49.19º 0.96% 0.35% -
HSV(B) 49.19º 0.98% 0.69% -
XYZ 28.05 29.49 4.33 -
YUV 138.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 176 145 4 0 0.18 0.98 0.31 49.19 0.96 0.35
Hex B0 91 4 0 12 62 1F 31 60 23
Octal 260 221 4 0 22 142 37 61 140 43
Binary 10110000 10010001 100 0 10010 1100010 11111 110001 1100000 100011

Color Harmonies of #B09104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09104

Black with #B09104

Text Example


Text Example

White with #B09104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09104; }

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

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

background-color css

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

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

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

border-color css

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

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

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