#BC6655

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

Shades of Sunglo #BC6655

Tints of Sunglo #BC6655

Color information

#BC6655 (or 0xBC6655) is unknown color: approx Sunglo. HEX triplet: BC, 66 and 55. RGB value is (188,102,85). Sum of RGB (Red+Green+Blue) = 188+102+85=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6655 is #4399AA. Grayscale: #7D7D7D. Windows color (decimal): -4430251 or 5596860. OLE color: 5596860.

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

Color convert

RGB18810285-
CMYK00.460.550.26
HSL9.9º43.46%53.53%-
HSV(B)9.9º54.79%73.73%-
XYZ27.1320.8511.19-
YUV125.78104.99172.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 85 (33.59% from 255) = 22.67%
R=50.13%
G=27.2%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881028500.460.550.269.943.4653.53
HexBC665502E371Aa2b36
Octal2741461250566732125366
Binary10111100110011010101010101110110111110101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6655; }

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

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

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

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

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

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

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

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