Html Css Color HEX #B09504 Dark Goldenrod

📋 copy color: '#B09504'

red 176 ◦ green 149 ◦ blue 4

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

Shades of Dark Goldenrod #B09504

Tints of Dark Goldenrod #B09504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.29%

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

R = 53.5%
G = 45.29%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B09504 (or 0xB09504) is known color: Dark Goldenrod. HEX triplet: B0, 95 and 04. RGB value is (176,149,4). Sum of RGB (Red+Green+Blue) = 176+149+4=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B09504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09504 is #4F6AFB. Grayscale: #8D8D8D. Windows color (decimal): -5204732 or 300464. OLE color: 300464.

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

Color convert

RGB 176 149 4 -
CMYK 0 0.15 0.98 0.31
HSL 50.58º 0.96% 0.35% -
HSV(B) 50.58º 0.98% 0.69% -
XYZ 28.67 30.73 4.54 -
YUV 140.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 176 149 4 0 0.15 0.98 0.31 50.58 0.96 0.35
Hex B0 95 4 0 F 62 1F 33 60 23
Octal 260 225 4 0 17 142 37 63 140 43
Binary 10110000 10010101 100 0 1111 1100010 11111 110011 1100000 100011

Color Harmonies of #B09504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09504

Black with #B09504

Text Example


Text Example

White with #B09504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09504; }

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

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

background-color css

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

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

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

border-color css

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

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

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