#BC6657

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

Shades of Sunglo #BC6657

Tints of Sunglo #BC6657

Color information

#BC6657 (or 0xBC6657) is unknown color: approx Sunglo. HEX triplet: BC, 66 and 57. RGB value is (188,102,87). Sum of RGB (Red+Green+Blue) = 188+102+87=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6657 is #4399A8. Grayscale: #7E7E7E. Windows color (decimal): -4430249 or 5727932. OLE color: 5727932.

HSL color Cylindrical-coordinate representation of color #BC6657: hue angle of 8.91º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC6657 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18810287-
CMYK00.460.540.26
HSL8.91º42.98%53.92%-
HSV(B)8.91º53.72%73.73%-
XYZ27.2120.8811.61-
YUV126105.99172.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=49.87%
G=27.06%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881028700.460.540.268.9142.9853.92
HexBC665702E361A92b36
Octal2741461270566632115366
Binary10111100110011010101110101110110110110101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6657; }

 p { color: rgb(188,102,87); }

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

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

 a { background-color: rgb(188,102,87); }

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

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

 span { border-color: rgb(188,102,87); }

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