#BC6556

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

Shades of Sunglo #BC6556

Tints of Sunglo #BC6556

Color information

#BC6556 (or 0xBC6556) is unknown color: approx Sunglo. HEX triplet: BC, 65 and 56. RGB value is (188,101,86). Sum of RGB (Red+Green+Blue) = 188+101+86=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6556 is #439AA9. Grayscale: #7D7D7D. Windows color (decimal): -4430506 or 5662140. OLE color: 5662140.

HSL color Cylindrical-coordinate representation of color #BC6556: hue angle of 8.82º 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 #BC6556 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18810186-
CMYK00.460.540.26
HSL8.82º43.22%53.73%-
HSV(B)8.82º54.26%73.73%-
XYZ27.0720.6711.37-
YUV125.3105.82172.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=50.13%
G=26.93%
B=22.93%

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
Decimal1881018600.460.540.268.8243.2253.73
HexBC655602E361A92b36
Octal2741451260566632115366
Binary10111100110010110101100101110110110110101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6556; }

 p { color: rgb(188,101,86); }

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

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

 a { background-color: rgb(188,101,86); }

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

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

 span { border-color: rgb(188,101,86); }

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