Html Css Color HEX #B99509 Dark Goldenrod

📋 copy color: '#B99509'

red 185 ◦ green 149 ◦ blue 9

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

Shades of Dark Goldenrod #B99509

Tints of Dark Goldenrod #B99509

RGB

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

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

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

R = 53.94%
G = 43.44%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B99509 (or 0xB99509) is known color: Dark Goldenrod. HEX triplet: B9, 95 and 09. RGB value is (185,149,9). Sum of RGB (Red+Green+Blue) = 185+149+9=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B99509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99509 is #466AF6. Grayscale: #909090. Windows color (decimal): -4614903 or 628153. OLE color: 628153.

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

Color convert

RGB 185 149 9 -
CMYK 0 0.19 0.95 0.27
HSL 47.73º 0.91% 0.38% -
HSV(B) 47.73º 0.95% 0.73% -
XYZ 30.8 31.83 4.78 -
YUV 143.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 185 149 9 0 0.19 0.95 0.27 47.73 0.91 0.38
Hex B9 95 9 0 13 5F 1B 30 5B 26
Octal 271 225 11 0 23 137 33 60 133 46
Binary 10111001 10010101 1001 0 10011 1011111 11011 110000 1011011 100110

Color Harmonies of #B99509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99509

Black with #B99509

Text Example


Text Example

White with #B99509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99509; }

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

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

background-color css

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

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

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

border-color css

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

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

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