Html Css Color HEX #BE560C Tenne (Tawny)

📋 copy color: '#BE560C'

red 190 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #BE560C

Tints of Tenne (Tawny) #BE560C

RGB

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

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

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

R = 65.97%
G = 29.86%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE560C (or 0xBE560C) is known color: Tenne (Tawny). HEX triplet: BE, 56 and 0C. RGB value is (190,86,12). Sum of RGB (Red+Green+Blue) = 190+86+12=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE560C is #41A9F3. Grayscale: #6D6D6D. Windows color (decimal): -4303348 or 808638. OLE color: 808638.

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

Color convert

RGB 190 86 12 -
CMYK 0 0.55 0.94 0.25
HSL 24.94º 0.88% 0.4% -
HSV(B) 24.94º 0.94% 0.75% -
XYZ 24.63 17.63 2.45 -
YUV 108.66 73.46 186.02 -
System Red Green Blue C M Y K H S L
Decimal 190 86 12 0 0.55 0.94 0.25 24.94 0.88 0.4
Hex BE 56 C 0 37 5E 19 19 58 28
Octal 276 126 14 0 67 136 31 31 130 50
Binary 10111110 1010110 1100 0 110111 1011110 11001 11001 1011000 101000

Color Harmonies of #BE560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE560C

Black with #BE560C

Text Example


Text Example

White with #BE560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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