#BE7734

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

Shades of Meteor #BE7734

Tints of Meteor #BE7734

Color information

#BE7734 (or 0xBE7734) is unknown color: approx Meteor. HEX triplet: BE, 77 and 34. RGB value is (190,119,52). Sum of RGB (Red+Green+Blue) = 190+119+52=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7734 is #4188CB. Grayscale: #848484. Windows color (decimal): -4294860 or 3438526. OLE color: 3438526.

HSL color Cylindrical-coordinate representation of color #BE7734: hue angle of 29.13º degrees, saturation: 0.57, 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 #BE7734 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19011952-
CMYK00.370.730.25
HSL29.13º57.02%47.45%-
HSV(B)29.13º72.63%74.51%-
XYZ28.4524.396.46-
YUV132.5982.52168.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 52 (20.70% from 255) = 14.40%
R=52.63%
G=32.96%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901195200.370.730.2529.1357.0247.45
HexBE773402549191d392f
Octal2761676404511131357157
Binary101111101110111110100010010110010011100111101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7734; }

 p { color: rgb(190,119,52); }

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

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

 a { background-color: rgb(190,119,52); }

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

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

 span { border-color: rgb(190,119,52); }

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