#BE6654

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

Shades of Sunglo #BE6654

Tints of Sunglo #BE6654

Color information

#BE6654 (or 0xBE6654) is unknown color: approx Sunglo. HEX triplet: BE, 66 and 54. RGB value is (190,102,84). Sum of RGB (Red+Green+Blue) = 190+102+84=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6654 is #4199AB. Grayscale: #7E7E7E. Windows color (decimal): -4299180 or 5531326. OLE color: 5531326.

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

Color convert

RGB19010284-
CMYK00.460.560.25
HSL10.19º44.92%53.73%-
HSV(B)10.19º55.79%74.51%-
XYZ27.5921.0911-
YUV126.26104.15173.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 84 (33.20% from 255) = 22.34%
R=50.53%
G=27.13%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901028400.460.560.2510.1944.9253.73
HexBE665402E3819a2d36
Octal2761461240567031125566
Binary10111110110011010101000101110111000110011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6654; }

 p { color: rgb(190,102,84); }

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

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

 a { background-color: rgb(190,102,84); }

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

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

 span { border-color: rgb(190,102,84); }

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