#BE6305

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

Shades of Tenne (Tawny) #BE6305

Tints of Tenne (Tawny) #BE6305

Color information

#BE6305 (or 0xBE6305) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 63 and 05. RGB value is (190,99,5). Sum of RGB (Red+Green+Blue) = 190+99+5=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6305 is #419CFA. Grayscale: #737373. Windows color (decimal): -4300027 or 353214. OLE color: 353214.

HSL color Cylindrical-coordinate representation of color #BE6305: hue angle of 30.49º 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 #BE6305 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB190995-
CMYK00.480.970.25
HSL30.49º94.87%38.24%-
HSV(B)30.49º97.37%74.51%-
XYZ25.7219.882.63-
YUV115.4965.65181.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.63%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 5 (2.34% from 255) = 1.70%
R=64.63%
G=33.67%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19099500.480.970.2530.4994.8738.24
HexBE63503061191e5f26
Octal2761435060141313613746
Binary1011111011000111010110000110000111001111101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6305; }

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

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

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

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

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

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

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

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