Html Css Color HEX #B95911 Tenne (Tawny)

📋 copy color: '#B95911'

red 185 ◦ green 89 ◦ blue 17

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

Shades of Tenne (Tawny) #B95911

Tints of Tenne (Tawny) #B95911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

 BLUE value IS 17 (7.03% from 255) = 5.84%

R = 63.57%
G = 30.58%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B95911 (or 0xB95911) is known color: Tenne (Tawny). HEX triplet: B9, 59 and 11. RGB value is (185,89,17). Sum of RGB (Red+Green+Blue) = 185+89+17=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B95911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95911 is #46A6EE. Grayscale: #6D6D6D. Windows color (decimal): -4630255 or 1137081. OLE color: 1137081.

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

Color convert

RGB 185 89 17 -
CMYK 0 0.52 0.91 0.27
HSL 25.71º 0.83% 0.4% -
HSV(B) 25.71º 0.91% 0.73% -
XYZ 23.68 17.5 2.66 -
YUV 109.5 75.8 181.85 -
System Red Green Blue C M Y K H S L
Decimal 185 89 17 0 0.52 0.91 0.27 25.71 0.83 0.4
Hex B9 59 11 0 34 5B 1B 1A 53 28
Octal 271 131 21 0 64 133 33 32 123 50
Binary 10111001 1011001 10001 0 110100 1011011 11011 11010 1010011 101000

Color Harmonies of #B95911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95911

Black with #B95911

Text Example


Text Example

White with #B95911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95911; }

 p { color: rgb(185,89,17); }

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

background-color css

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

 a { background-color: rgb(185,89,17); }

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

border-color css

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

 span { border-color: rgb(185,89,17); }

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