#BE6005

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

Shades of Tenne (Tawny) #BE6005

Tints of Tenne (Tawny) #BE6005

Color information

#BE6005 (or 0xBE6005) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 60 and 05. RGB value is (190,96,5). Sum of RGB (Red+Green+Blue) = 190+96+5=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6005 is #419FFA. Grayscale: #727272. Windows color (decimal): -4300795 or 352446. OLE color: 352446.

HSL color Cylindrical-coordinate representation of color #BE6005: hue angle of 29.51º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE6005 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB190965-
CMYK00.490.970.25
HSL29.51º94.87%38.24%-
HSV(B)29.51º97.37%74.51%-
XYZ25.4519.322.53-
YUV113.7366.64182.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.29%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 5 (2.34% from 255) = 1.72%
R=65.29%
G=32.99%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19096500.490.970.2529.5194.8738.24
HexBE60503161191e5f26
Octal2761405061141313613746
Binary1011111011000001010110001110000111001111101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6005; }

 p { color: rgb(190,96,5); }

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

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

 a { background-color: rgb(190,96,5); }

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

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

 span { border-color: rgb(190,96,5); }

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