Html Css Color HEX #B09409 Dark Goldenrod

📋 copy color: '#B09409'

red 176 ◦ green 148 ◦ blue 9

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

Shades of Dark Goldenrod #B09409

Tints of Dark Goldenrod #B09409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

 BLUE value IS 9 (3.91% from 255) = 2.7%

R = 52.85%
G = 44.44%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B09409 (or 0xB09409) is known color: Dark Goldenrod. HEX triplet: B0, 94 and 09. RGB value is (176,148,9). Sum of RGB (Red+Green+Blue) = 176+148+9=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B09409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09409 is #4F6BF6. Grayscale: #8D8D8D. Windows color (decimal): -5204983 or 627888. OLE color: 627888.

HSL color Cylindrical-coordinate representation of color #B09409: hue angle of 49.94º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B09409 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 148 9 -
CMYK 0 0.16 0.95 0.31
HSL 49.94º 0.9% 0.36% -
HSV(B) 49.94º 0.95% 0.69% -
XYZ 28.54 30.43 4.63 -
YUV 140.53 53.78 153.3 -
System Red Green Blue C M Y K H S L
Decimal 176 148 9 0 0.16 0.95 0.31 49.94 0.9 0.36
Hex B0 94 9 0 10 5F 1F 32 5A 24
Octal 260 224 11 0 20 137 37 62 132 44
Binary 10110000 10010100 1001 0 10000 1011111 11111 110010 1011010 100100

Color Harmonies of #B09409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09409

Black with #B09409

Text Example


Text Example

White with #B09409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09409; }

 p { color: rgb(176,148,9); }

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

background-color css

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

 a { background-color: rgb(176,148,9); }

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

border-color css

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

 span { border-color: rgb(176,148,9); }

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