#BE6D35

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

Shades of Meteor #BE6D35

Tints of Meteor #BE6D35

Color information

#BE6D35 (or 0xBE6D35) is unknown color: approx Meteor. HEX triplet: BE, 6D and 35. RGB value is (190,109,53). Sum of RGB (Red+Green+Blue) = 190+109+53=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D35 is #4192CA. Grayscale: #7F7F7F. Windows color (decimal): -4297419 or 3501502. OLE color: 3501502.

HSL color Cylindrical-coordinate representation of color #BE6D35: hue angle of 24.53º 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 #BE6D35 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19010953-
CMYK00.430.720.25
HSL24.53º56.38%47.65%-
HSV(B)24.53º72.11%74.51%-
XYZ27.3522.146.2-
YUV126.8486.34173.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=53.98%
G=30.97%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901095300.430.720.2524.5356.3847.65
HexBE6D3502B4819193830
Octal2761556505311031317060
Binary101111101101101110101010101110010001100111001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D35; }

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

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

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

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

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

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

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

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