#BE7B31

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

Shades of Meteor #BE7B31

Tints of Meteor #BE7B31

Color information

#BE7B31 (or 0xBE7B31) is unknown color: approx Meteor. HEX triplet: BE, 7B and 31. RGB value is (190,123,49). Sum of RGB (Red+Green+Blue) = 190+123+49=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B31 is #4184CE. Grayscale: #868686. Windows color (decimal): -4293839 or 3242942. OLE color: 3242942.

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

Color convert

RGB19012349-
CMYK00.350.740.25
HSL31.49º59%46.86%-
HSV(B)31.49º74.21%74.51%-
XYZ28.8725.336.27-
YUV134.679.7167.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 49 (19.53% from 255) = 13.54%
R=52.49%
G=33.98%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901234900.350.740.2531.495946.86
HexBE7B310234A191f3b2f
Octal2761736104311231377357
Binary101111101111011110001010001110010101100111111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B31; }

 p { color: rgb(190,123,49); }

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

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

 a { background-color: rgb(190,123,49); }

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

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

 span { border-color: rgb(190,123,49); }

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