Html Css Color HEX #B96E10 Dark Goldenrod

📋 copy color: '#B96E10'

red 185 ◦ green 110 ◦ blue 16

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

Shades of Dark Goldenrod #B96E10

Tints of Dark Goldenrod #B96E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 59.49%
G = 35.37%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B96E10 (or 0xB96E10) is known color: Dark Goldenrod. HEX triplet: B9, 6E and 10. RGB value is (185,110,16). Sum of RGB (Red+Green+Blue) = 185+110+16=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96E10 is #4691EF. Grayscale: #7A7A7A. Windows color (decimal): -4624880 or 1076921. OLE color: 1076921.

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

Color convert

RGB 185 110 16 -
CMYK 0 0.41 0.91 0.27
HSL 33.37º 0.84% 0.39% -
HSV(B) 33.37º 0.91% 0.73% -
XYZ 25.68 21.5 3.29 -
YUV 121.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 185 110 16 0 0.41 0.91 0.27 33.37 0.84 0.39
Hex B9 6E 10 0 29 5B 1B 21 54 27
Octal 271 156 20 0 51 133 33 41 124 47
Binary 10111001 1101110 10000 0 101001 1011011 11011 100001 1010100 100111

Color Harmonies of #B96E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E10

Black with #B96E10

Text Example


Text Example

White with #B96E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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