Html Css Color HEX #B96408 Tenne (Tawny)

📋 copy color: '#B96408'

red 185 ◦ green 100 ◦ blue 8

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

Shades of Tenne (Tawny) #B96408

Tints of Tenne (Tawny) #B96408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

 BLUE value IS 8 (3.52% from 255) = 2.73%

R = 63.14%
G = 34.13%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B96408 (or 0xB96408) is known color: Tenne (Tawny). HEX triplet: B9, 64 and 08. RGB value is (185,100,8). Sum of RGB (Red+Green+Blue) = 185+100+8=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B96408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96408 is #469BF7. Grayscale: #737373. Windows color (decimal): -4627448 or 550073. OLE color: 550073.

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

Color convert

RGB 185 100 8 -
CMYK 0 0.46 0.96 0.27
HSL 31.19º 0.92% 0.38% -
HSV(B) 31.19º 0.96% 0.73% -
XYZ 24.61 19.45 2.69 -
YUV 114.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 185 100 8 0 0.46 0.96 0.27 31.19 0.92 0.38
Hex B9 64 8 0 2E 60 1B 1F 5C 26
Octal 271 144 10 0 56 140 33 37 134 46
Binary 10111001 1100100 1000 0 101110 1100000 11011 11111 1011100 100110

Color Harmonies of #B96408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96408

Black with #B96408

Text Example


Text Example

White with #B96408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96408; }

 p { color: rgb(185,100,8); }

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

background-color css

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

 a { background-color: rgb(185,100,8); }

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

border-color css

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

 span { border-color: rgb(185,100,8); }

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