#BE7233

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

Shades of Meteor #BE7233

Tints of Meteor #BE7233

Color information

#BE7233 (or 0xBE7233) is unknown color: approx Meteor. HEX triplet: BE, 72 and 33. RGB value is (190,114,51). Sum of RGB (Red+Green+Blue) = 190+114+51=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7233 is #418DCC. Grayscale: #818181. Windows color (decimal): -4296141 or 3371710. OLE color: 3371710.

HSL color Cylindrical-coordinate representation of color #BE7233: hue angle of 27.19º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE7233 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19011451-
CMYK00.400.730.25
HSL27.19º57.68%47.25%-
HSV(B)27.19º73.16%74.51%-
XYZ27.8523.226.15-
YUV129.5483.68171.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=53.52%
G=32.11%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901145100.400.730.2527.1957.6847.25
HexBE723302849191b3a2f
Octal2761626305011131337257
Binary101111101110010110011010100010010011100111011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7233; }

 p { color: rgb(190,114,51); }

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

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

 a { background-color: rgb(190,114,51); }

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

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

 span { border-color: rgb(190,114,51); }

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