Html Css Color HEX #B96C07 Dark Goldenrod

📋 copy color: '#B96C07'

red 185 ◦ green 108 ◦ blue 7

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

Shades of Dark Goldenrod #B96C07

Tints of Dark Goldenrod #B96C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 61.67%
G = 36%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B96C07 (or 0xB96C07) is known color: Dark Goldenrod. HEX triplet: B9, 6C and 07. RGB value is (185,108,7). Sum of RGB (Red+Green+Blue) = 185+108+7=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96C07 is #4693F8. Grayscale: #777777. Windows color (decimal): -4625401 or 486585. OLE color: 486585.

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

Color convert

RGB 185 108 7 -
CMYK 0 0.42 0.96 0.27
HSL 34.04º 0.93% 0.38% -
HSV(B) 34.04º 0.96% 0.73% -
XYZ 25.41 21.05 2.93 -
YUV 119.51 64.51 174.71 -
System Red Green Blue C M Y K H S L
Decimal 185 108 7 0 0.42 0.96 0.27 34.04 0.93 0.38
Hex B9 6C 7 0 2A 60 1B 22 5D 26
Octal 271 154 7 0 52 140 33 42 135 46
Binary 10111001 1101100 111 0 101010 1100000 11011 100010 1011101 100110

Color Harmonies of #B96C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C07

Black with #B96C07

Text Example


Text Example

White with #B96C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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