#BE5C08

Color #BE5C08 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BE5C08

Tints of Tenne (Tawny) #BE5C08

Color information

#BE5C08 (or 0xBE5C08) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 5C and 08. RGB value is (190,92,8). Sum of RGB (Red+Green+Blue) = 190+92+8=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5C08 is #41A3F7. Grayscale: #707070. Windows color (decimal): -4301816 or 548030. OLE color: 548030.

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

Color convert

RGB190928-
CMYK00.520.960.25
HSL27.69º91.92%38.82%-
HSV(B)27.69º95.79%74.51%-
XYZ25.1118.622.5-
YUV111.7369.47183.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.52%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 8 (3.52% from 255) = 2.76%
R=65.52%
G=31.72%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19092800.520.960.2527.6991.9238.82
HexBE5C803460191c5c27
Octal27613410064140313413447
Binary10111110101110010000110100110000011001111001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C08; }

 p { color: rgb(190,92,8); }

 H1.HeaderClassName
 {
   color: #BE5C08;
 }
 .AnyTagClassName
 {
   color: #BE5C08;
 }
</style>
background-color css

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

 a { background-color: rgb(190,92,8); }

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

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

 span { border-color: rgb(190,92,8); }

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