#BE6052

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

Shades of Sunglo #BE6052

Tints of Sunglo #BE6052

Color information

#BE6052 (or 0xBE6052) is unknown color: approx Sunglo. HEX triplet: BE, 60 and 52. RGB value is (190,96,82). Sum of RGB (Red+Green+Blue) = 190+96+82=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6052 is #419FAD. Grayscale: #7A7A7A. Windows color (decimal): -4300718 or 5398718. OLE color: 5398718.

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

Color convert

RGB1909682-
CMYK00.490.570.25
HSL7.78º45.38%53.33%-
HSV(B)7.78º56.84%74.51%-
XYZ26.9419.9210.41-
YUV122.51105.14176.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=51.63%
G=26.09%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190968200.490.570.257.7845.3853.33
HexBE6052031391982d35
Octal2761401220617131105565
Binary10111110110000010100100110001111001110011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6052; }

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

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

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

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

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

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

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

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