Html Css Color HEX #B6590C Tenne (Tawny)

📋 copy color: '#B6590C'

red 182 ◦ green 89 ◦ blue 12

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

Shades of Tenne (Tawny) #B6590C

Tints of Tenne (Tawny) #B6590C

RGB

 RED value IS 182 (71.48% from 255) = 64.31%

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

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

R = 64.31%
G = 31.45%
B = 4.24%

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

#B6590C (or 0xB6590C) is known color: Tenne (Tawny). HEX triplet: B6, 59 and 0C. RGB value is (182,89,12). Sum of RGB (Red+Green+Blue) = 182+89+12=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B6590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6590C is #49A6F3. Grayscale: #6C6C6C. Windows color (decimal): -4826868 or 809398. OLE color: 809398.

HSL color Cylindrical-coordinate representation of color #B6590C: hue angle of 27.18º 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 #B6590C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 89 12 -
CMYK 0 0.51 0.93 0.29
HSL 27.18º 0.88% 0.38% -
HSV(B) 27.18º 0.93% 0.71% -
XYZ 22.93 17.12 2.44 -
YUV 108.03 73.81 180.76 -
System Red Green Blue C M Y K H S L
Decimal 182 89 12 0 0.51 0.93 0.29 27.18 0.88 0.38
Hex B6 59 C 0 33 5D 1D 1B 58 26
Octal 266 131 14 0 63 135 35 33 130 46
Binary 10110110 1011001 1100 0 110011 1011101 11101 11011 1011000 100110

Color Harmonies of #B6590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6590C

Black with #B6590C

Text Example


Text Example

White with #B6590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6590C; }

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

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

background-color css

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

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

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

border-color css

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

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

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