Html Css Color HEX #B95808 Tenne (Tawny)

📋 copy color: '#B95808'

red 185 ◦ green 88 ◦ blue 8

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

Shades of Tenne (Tawny) #B95808

Tints of Tenne (Tawny) #B95808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.32%

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

R = 65.84%
G = 31.32%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B95808 (or 0xB95808) is known color: Tenne (Tawny). HEX triplet: B9, 58 and 08. RGB value is (185,88,8). Sum of RGB (Red+Green+Blue) = 185+88+8=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B95808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95808 is #46A7F7. Grayscale: #6C6C6C. Windows color (decimal): -4630520 or 547001. OLE color: 547001.

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

Color convert

RGB 185 88 8 -
CMYK 0 0.52 0.96 0.27
HSL 27.12º 0.92% 0.38% -
HSV(B) 27.12º 0.96% 0.73% -
XYZ 23.54 17.31 2.33 -
YUV 107.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 185 88 8 0 0.52 0.96 0.27 27.12 0.92 0.38
Hex B9 58 8 0 34 60 1B 1B 5C 26
Octal 271 130 10 0 64 140 33 33 134 46
Binary 10111001 1011000 1000 0 110100 1100000 11011 11011 1011100 100110

Color Harmonies of #B95808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95808

Black with #B95808

Text Example


Text Example

White with #B95808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95808; }

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

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

background-color css

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

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

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

border-color css

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

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

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