Html Css Color HEX #BE560F Tenne (Tawny)

📋 copy color: '#BE560F'

red 190 ◦ green 86 ◦ blue 15

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

Shades of Tenne (Tawny) #BE560F

Tints of Tenne (Tawny) #BE560F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 65.29%
G = 29.55%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE560F (or 0xBE560F) is known color: Tenne (Tawny). HEX triplet: BE, 56 and 0F. RGB value is (190,86,15). Sum of RGB (Red+Green+Blue) = 190+86+15=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE560F is #41A9F0. Grayscale: #6D6D6D. Windows color (decimal): -4303345 or 1005246. OLE color: 1005246.

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

Color convert

RGB 190 86 15 -
CMYK 0 0.55 0.92 0.25
HSL 24.34º 0.85% 0.4% -
HSV(B) 24.34º 0.92% 0.75% -
XYZ 24.65 17.64 2.56 -
YUV 109 74.96 185.77 -
System Red Green Blue C M Y K H S L
Decimal 190 86 15 0 0.55 0.92 0.25 24.34 0.85 0.4
Hex BE 56 F 0 37 5C 19 18 55 28
Octal 276 126 17 0 67 134 31 30 125 50
Binary 10111110 1010110 1111 0 110111 1011100 11001 11000 1010101 101000

Color Harmonies of #BE560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE560F

Black with #BE560F

Text Example


Text Example

White with #BE560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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