#BE742D

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

Shades of Meteor #BE742D

Tints of Meteor #BE742D

Color information

#BE742D (or 0xBE742D) is unknown color: approx Meteor. HEX triplet: BE, 74 and 2D. RGB value is (190,116,45). Sum of RGB (Red+Green+Blue) = 190+116+45=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE742D is #418BD2. Grayscale: #828282. Windows color (decimal): -4295635 or 2979006. OLE color: 2979006.

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

Color convert

RGB19011645-
CMYK00.390.760.25
HSL29.38º61.7%46.08%-
HSV(B)29.38º76.32%74.51%-
XYZ27.9523.635.57-
YUV130.0380.02170.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.13%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 45 (17.97% from 255) = 12.82%
R=54.13%
G=33.05%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901164500.390.760.2529.3861.746.08
HexBE742D0274C191d3e2e
Octal2761645504711431357656
Binary101111101110100101101010011110011001100111101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE742D; }

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

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

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

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

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

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

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

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