Html Css Color HEX #B9560B Tenne (Tawny)

📋 copy color: '#B9560B'

red 185 ◦ green 86 ◦ blue 11

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

Shades of Tenne (Tawny) #B9560B

Tints of Tenne (Tawny) #B9560B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

 BLUE value IS 11 (4.69% from 255) = 3.9%

R = 65.6%
G = 30.5%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9560B (or 0xB9560B) is known color: Tenne (Tawny). HEX triplet: B9, 56 and 0B. RGB value is (185,86,11). Sum of RGB (Red+Green+Blue) = 185+86+11=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9560B is #46A9F4. Grayscale: #6B6B6B. Windows color (decimal): -4631029 or 743097. OLE color: 743097.

HSL color Cylindrical-coordinate representation of color #B9560B: hue angle of 25.86º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9560B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 86 11 -
CMYK 0 0.54 0.94 0.27
HSL 25.86º 0.89% 0.38% -
HSV(B) 25.86º 0.94% 0.73% -
XYZ 23.4 16.99 2.36 -
YUV 107.05 73.8 183.6 -
System Red Green Blue C M Y K H S L
Decimal 185 86 11 0 0.54 0.94 0.27 25.86 0.89 0.38
Hex B9 56 B 0 36 5E 1B 1A 59 26
Octal 271 126 13 0 66 136 33 32 131 46
Binary 10111001 1010110 1011 0 110110 1011110 11011 11010 1011001 100110

Color Harmonies of #B9560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9560B

Black with #B9560B

Text Example


Text Example

White with #B9560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9560B; }

 p { color: rgb(185,86,11); }

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

background-color css

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

 a { background-color: rgb(185,86,11); }

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

border-color css

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

 span { border-color: rgb(185,86,11); }

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