#BE7435

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

Shades of Meteor #BE7435

Tints of Meteor #BE7435

Color information

#BE7435 (or 0xBE7435) is unknown color: approx Meteor. HEX triplet: BE, 74 and 35. RGB value is (190,116,53). Sum of RGB (Red+Green+Blue) = 190+116+53=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7435 is #418BCA. Grayscale: #838383. Windows color (decimal): -4295627 or 3503294. OLE color: 3503294.

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

Color convert

RGB19011653-
CMYK00.390.720.25
HSL27.59º56.38%47.65%-
HSV(B)27.59º72.11%74.51%-
XYZ28.1223.696.46-
YUV130.9484.02170.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.92%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 53 (21.09% from 255) = 14.76%
R=52.92%
G=32.31%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901165300.390.720.2527.5956.3847.65
HexBE743502748191c3830
Octal2761646504711031347060
Binary101111101110100110101010011110010001100111100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7435; }

 p { color: rgb(190,116,53); }

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

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

 a { background-color: rgb(190,116,53); }

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

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

 span { border-color: rgb(190,116,53); }

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