Html Css Color HEX #BE560E Tenne (Tawny)

📋 copy color: '#BE560E'

red 190 ◦ green 86 ◦ blue 14

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

Shades of Tenne (Tawny) #BE560E

Tints of Tenne (Tawny) #BE560E

RGB

 RED value IS 190 (74.61% from 255) = 65.52%

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

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 65.52%
G = 29.66%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE560E (or 0xBE560E) is known color: Tenne (Tawny). HEX triplet: BE, 56 and 0E. RGB value is (190,86,14). Sum of RGB (Red+Green+Blue) = 190+86+14=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE560E is #41A9F1. Grayscale: #6D6D6D. Windows color (decimal): -4303346 or 939710. OLE color: 939710.

HSL color Cylindrical-coordinate representation of color #BE560E: hue angle of 24.55º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE560E is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 86 14 -
CMYK 0 0.55 0.93 0.25
HSL 24.55º 0.86% 0.4% -
HSV(B) 24.55º 0.93% 0.75% -
XYZ 24.64 17.63 2.52 -
YUV 108.89 74.46 185.85 -
System Red Green Blue C M Y K H S L
Decimal 190 86 14 0 0.55 0.93 0.25 24.55 0.86 0.4
Hex BE 56 E 0 37 5D 19 19 56 28
Octal 276 126 16 0 67 135 31 31 126 50
Binary 10111110 1010110 1110 0 110111 1011101 11001 11001 1010110 101000

Color Harmonies of #BE560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE560E

Black with #BE560E

Text Example


Text Example

White with #BE560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE560E; }

 p { color: rgb(190,86,14); }

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

background-color css

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

 a { background-color: rgb(190,86,14); }

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

border-color css

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

 span { border-color: rgb(190,86,14); }

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