Html Css Color HEX #B96E07 Dark Goldenrod

📋 copy color: '#B96E07'

red 185 ◦ green 110 ◦ blue 7

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

Shades of Dark Goldenrod #B96E07

Tints of Dark Goldenrod #B96E07

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.42%

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

R = 61.26%
G = 36.42%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B96E07 (or 0xB96E07) is known color: Dark Goldenrod. HEX triplet: B9, 6E and 07. RGB value is (185,110,7). Sum of RGB (Red+Green+Blue) = 185+110+7=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96E07 is #4691F8. Grayscale: #797979. Windows color (decimal): -4624889 or 487097. OLE color: 487097.

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

Color convert

RGB 185 110 7 -
CMYK 0 0.41 0.96 0.27
HSL 34.72º 0.93% 0.38% -
HSV(B) 34.72º 0.96% 0.73% -
XYZ 25.62 21.48 3 -
YUV 120.68 63.85 173.88 -
System Red Green Blue C M Y K H S L
Decimal 185 110 7 0 0.41 0.96 0.27 34.72 0.93 0.38
Hex B9 6E 7 0 29 60 1B 23 5D 26
Octal 271 156 7 0 51 140 33 43 135 46
Binary 10111001 1101110 111 0 101001 1100000 11011 100011 1011101 100110

Color Harmonies of #B96E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E07

Black with #B96E07

Text Example


Text Example

White with #B96E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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