Html Css Color HEX #B99409 Dark Goldenrod

📋 copy color: '#B99409'

red 185 ◦ green 148 ◦ blue 9

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

Shades of Dark Goldenrod #B99409

Tints of Dark Goldenrod #B99409

RGB

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

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

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

R = 54.09%
G = 43.27%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B99409 (or 0xB99409) is known color: Dark Goldenrod. HEX triplet: B9, 94 and 09. RGB value is (185,148,9). Sum of RGB (Red+Green+Blue) = 185+148+9=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B99409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99409 is #466BF6. Grayscale: #8F8F8F. Windows color (decimal): -4615159 or 627897. OLE color: 627897.

HSL color Cylindrical-coordinate representation of color #B99409: hue angle of 47.39º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B99409 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 9 -
CMYK 0 0.20 0.95 0.27
HSL 47.39º 0.91% 0.38% -
HSV(B) 47.39º 0.95% 0.73% -
XYZ 30.65 31.51 4.73 -
YUV 143.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 185 148 9 0 0.20 0.95 0.27 47.39 0.91 0.38
Hex B9 94 9 0 14 5F 1B 2F 5B 26
Octal 271 224 11 0 24 137 33 57 133 46
Binary 10111001 10010100 1001 0 10100 1011111 11011 101111 1011011 100110

Color Harmonies of #B99409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99409

Black with #B99409

Text Example


Text Example

White with #B99409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99409; }

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

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

background-color css

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

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

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

border-color css

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

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

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