Html Css Color HEX #B9590C Tenne (Tawny)

📋 copy color: '#B9590C'

red 185 ◦ green 89 ◦ blue 12

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

Shades of Tenne (Tawny) #B9590C

Tints of Tenne (Tawny) #B9590C

RGB

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

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

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

R = 64.69%
G = 31.12%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9590C (or 0xB9590C) is known color: Tenne (Tawny). HEX triplet: B9, 59 and 0C. RGB value is (185,89,12). Sum of RGB (Red+Green+Blue) = 185+89+12=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B9590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9590C is #46A6F3. Grayscale: #6D6D6D. Windows color (decimal): -4630260 or 809401. OLE color: 809401.

HSL color Cylindrical-coordinate representation of color #B9590C: hue angle of 26.71º 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 #B9590C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 12 -
CMYK 0 0.52 0.94 0.27
HSL 26.71º 0.88% 0.39% -
HSV(B) 26.71º 0.94% 0.73% -
XYZ 23.65 17.49 2.48 -
YUV 108.93 73.3 182.26 -
System Red Green Blue C M Y K H S L
Decimal 185 89 12 0 0.52 0.94 0.27 26.71 0.88 0.39
Hex B9 59 C 0 34 5E 1B 1B 58 27
Octal 271 131 14 0 64 136 33 33 130 47
Binary 10111001 1011001 1100 0 110100 1011110 11011 11011 1011000 100111

Color Harmonies of #B9590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9590C

Black with #B9590C

Text Example


Text Example

White with #B9590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9590C; }

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

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

background-color css

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

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

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

border-color css

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

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

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