Html Css Color HEX #B96C09 Dark Goldenrod

📋 copy color: '#B96C09'

red 185 ◦ green 108 ◦ blue 9

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

Shades of Dark Goldenrod #B96C09

Tints of Dark Goldenrod #B96C09

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

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

R = 61.26%
G = 35.76%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B96C09 (or 0xB96C09) is known color: Dark Goldenrod. HEX triplet: B9, 6C and 09. RGB value is (185,108,9). Sum of RGB (Red+Green+Blue) = 185+108+9=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96C09 is #4693F6. Grayscale: #787878. Windows color (decimal): -4625399 or 617657. OLE color: 617657.

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

Color convert

RGB 185 108 9 -
CMYK 0 0.42 0.95 0.27
HSL 33.75º 0.91% 0.38% -
HSV(B) 33.75º 0.95% 0.73% -
XYZ 25.42 21.06 2.98 -
YUV 119.74 65.51 174.55 -
System Red Green Blue C M Y K H S L
Decimal 185 108 9 0 0.42 0.95 0.27 33.75 0.91 0.38
Hex B9 6C 9 0 2A 5F 1B 22 5B 26
Octal 271 154 11 0 52 137 33 42 133 46
Binary 10111001 1101100 1001 0 101010 1011111 11011 100010 1011011 100110

Color Harmonies of #B96C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C09

Black with #B96C09

Text Example


Text Example

White with #B96C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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