#BE6852

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

Shades of Sunglo #BE6852

Tints of Sunglo #BE6852

Color information

#BE6852 (or 0xBE6852) is unknown color: approx Sunglo. HEX triplet: BE, 68 and 52. RGB value is (190,104,82). Sum of RGB (Red+Green+Blue) = 190+104+82=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6852 is #4197AD. Grayscale: #7F7F7F. Windows color (decimal): -4298670 or 5400766. OLE color: 5400766.

HSL color Cylindrical-coordinate representation of color #BE6852: hue angle of 12.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE6852 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19010482-
CMYK00.450.570.25
HSL12.22º45.38%53.33%-
HSV(B)12.22º56.84%74.51%-
XYZ27.7121.4610.66-
YUV127.21102.49172.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 82 (32.42% from 255) = 21.81%
R=50.53%
G=27.66%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901048200.450.570.2512.2245.3853.33
HexBE685202D3919c2d35
Octal2761501220557131145565
Binary10111110110100010100100101101111001110011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6852; }

 p { color: rgb(190,104,82); }

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

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

 a { background-color: rgb(190,104,82); }

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

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

 span { border-color: rgb(190,104,82); }

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