Html Css Color HEX #B9560C Tenne (Tawny)

📋 copy color: '#B9560C'

red 185 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #B9560C

Tints of Tenne (Tawny) #B9560C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.24%

R = 65.37%
G = 30.39%
B = 4.24%

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

#B9560C (or 0xB9560C) is known color: Tenne (Tawny). HEX triplet: B9, 56 and 0C. RGB value is (185,86,12). Sum of RGB (Red+Green+Blue) = 185+86+12=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9560C is #46A9F3. Grayscale: #6B6B6B. Windows color (decimal): -4631028 or 808633. OLE color: 808633.

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

Color convert

RGB 185 86 12 -
CMYK 0 0.54 0.94 0.27
HSL 25.66º 0.88% 0.39% -
HSV(B) 25.66º 0.94% 0.73% -
XYZ 23.4 17 2.4 -
YUV 107.17 74.3 183.52 -
System Red Green Blue C M Y K H S L
Decimal 185 86 12 0 0.54 0.94 0.27 25.66 0.88 0.39
Hex B9 56 C 0 36 5E 1B 1A 58 27
Octal 271 126 14 0 66 136 33 32 130 47
Binary 10111001 1010110 1100 0 110110 1011110 11011 11010 1011000 100111

Color Harmonies of #B9560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9560C

Black with #B9560C

Text Example


Text Example

White with #B9560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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