Html Css Color HEX #B5590C Tenne (Tawny)

📋 copy color: '#B5590C'

red 181 ◦ green 89 ◦ blue 12

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

Shades of Tenne (Tawny) #B5590C

Tints of Tenne (Tawny) #B5590C

RGB

 RED value IS 181 (71.09% from 255) = 64.18%

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

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

R = 64.18%
G = 31.56%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5590C (or 0xB5590C) is known color: Tenne (Tawny). HEX triplet: B5, 59 and 0C. RGB value is (181,89,12). Sum of RGB (Red+Green+Blue) = 181+89+12=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5590C is #4AA6F3. Grayscale: #6C6C6C. Windows color (decimal): -4892404 or 809397. OLE color: 809397.

HSL color Cylindrical-coordinate representation of color #B5590C: hue angle of 27.34º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5590C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 89 12 -
CMYK 0 0.51 0.93 0.29
HSL 27.34º 0.88% 0.38% -
HSV(B) 27.34º 0.93% 0.71% -
XYZ 22.69 17 2.43 -
YUV 107.73 73.98 180.26 -
System Red Green Blue C M Y K H S L
Decimal 181 89 12 0 0.51 0.93 0.29 27.34 0.88 0.38
Hex B5 59 C 0 33 5D 1D 1B 58 26
Octal 265 131 14 0 63 135 35 33 130 46
Binary 10110101 1011001 1100 0 110011 1011101 11101 11011 1011000 100110

Color Harmonies of #B5590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5590C

Black with #B5590C

Text Example


Text Example

White with #B5590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5590C; }

 p { color: rgb(181,89,12); }

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

background-color css

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

 a { background-color: rgb(181,89,12); }

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

border-color css

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

 span { border-color: rgb(181,89,12); }

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