Html Css Color HEX #B96010 Tenne (Tawny)

📋 copy color: '#B96010'

red 185 ◦ green 96 ◦ blue 16

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

Shades of Tenne (Tawny) #B96010

Tints of Tenne (Tawny) #B96010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

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

R = 62.29%
G = 32.32%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B96010 (or 0xB96010) is known color: Tenne (Tawny). HEX triplet: B9, 60 and 10. RGB value is (185,96,16). Sum of RGB (Red+Green+Blue) = 185+96+16=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B96010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96010 is #469FEF. Grayscale: #717171. Windows color (decimal): -4628464 or 1073337. OLE color: 1073337.

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

Color convert

RGB 185 96 16 -
CMYK 0 0.48 0.91 0.27
HSL 28.4º 0.84% 0.39% -
HSV(B) 28.4º 0.91% 0.73% -
XYZ 24.28 18.72 2.82 -
YUV 113.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 185 96 16 0 0.48 0.91 0.27 28.4 0.84 0.39
Hex B9 60 10 0 30 5B 1B 1C 54 27
Octal 271 140 20 0 60 133 33 34 124 47
Binary 10111001 1100000 10000 0 110000 1011011 11011 11100 1010100 100111

Color Harmonies of #B96010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96010

Black with #B96010

Text Example


Text Example

White with #B96010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96010; }

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

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

background-color css

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

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

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

border-color css

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

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

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