#BE630D

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

Shades of Tenne (Tawny) #BE630D

Tints of Tenne (Tawny) #BE630D

Color information

#BE630D (or 0xBE630D) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 63 and 0D. RGB value is (190,99,13). Sum of RGB (Red+Green+Blue) = 190+99+13=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE630D is #419CF2. Grayscale: #747474. Windows color (decimal): -4300019 or 877502. OLE color: 877502.

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

Color convert

RGB1909913-
CMYK00.480.930.25
HSL29.15º87.19%39.8%-
HSV(B)29.15º93.16%74.51%-
XYZ25.7719.92.86-
YUV116.469.65180.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 13 (5.47% from 255) = 4.30%
R=62.91%
G=32.78%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190991300.480.930.2529.1587.1939.8
HexBE63D0305D191d5728
Octal27614315060135313512750
Binary10111110110001111010110000101110111001111011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE630D; }

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

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

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

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

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

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

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

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