Html Css Color HEX #B96210 Tenne (Tawny)

📋 copy color: '#B96210'

red 185 ◦ green 98 ◦ blue 16

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

Shades of Tenne (Tawny) #B96210

Tints of Tenne (Tawny) #B96210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

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

R = 61.87%
G = 32.78%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B96210 (or 0xB96210) is known color: Tenne (Tawny). HEX triplet: B9, 62 and 10. RGB value is (185,98,16). Sum of RGB (Red+Green+Blue) = 185+98+16=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B96210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96210 is #469DEF. Grayscale: #737373. Windows color (decimal): -4627952 or 1073849. OLE color: 1073849.

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

Color convert

RGB 185 98 16 -
CMYK 0 0.47 0.91 0.27
HSL 29.11º 0.84% 0.39% -
HSV(B) 29.11º 0.91% 0.73% -
XYZ 24.47 19.09 2.88 -
YUV 114.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 185 98 16 0 0.47 0.91 0.27 29.11 0.84 0.39
Hex B9 62 10 0 2F 5B 1B 1D 54 27
Octal 271 142 20 0 57 133 33 35 124 47
Binary 10111001 1100010 10000 0 101111 1011011 11011 11101 1010100 100111

Color Harmonies of #B96210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96210

Black with #B96210

Text Example


Text Example

White with #B96210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96210; }

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

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

background-color css

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

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

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

border-color css

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

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

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