#BE5700

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

Shades of Tenne (Tawny) #BE5700

Tints of Tenne (Tawny) #BE5700

Color information

#BE5700 (or 0xBE5700) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 57 and 00. RGB value is (190,87,0). Sum of RGB (Red+Green+Blue) = 190+87+0=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5700 is #41A8FF. Grayscale: #6C6C6C. Windows color (decimal): -4303104 or 22462. OLE color: 22462.

HSL color Cylindrical-coordinate representation of color #BE5700: hue angle of 27.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE5700 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB190870-
CMYK00.5410.25
HSL27.47º100%37.25%-
HSV(B)27.47º100%74.51%-
XYZ24.6417.762.13-
YUV107.8867.12186.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.59%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.59%
G=31.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19087000.5410.2527.4710037.25
HexBE57003664191b6425
Octal2761270066144313314445
Binary10111110101011100110110110010011001110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5700; }

 p { color: rgb(190,87,0); }

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

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

 a { background-color: rgb(190,87,0); }

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

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

 span { border-color: rgb(190,87,0); }

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