#BC6C58

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

Shades of Sunglo #BC6C58

Tints of Sunglo #BC6C58

Color information

#BC6C58 (or 0xBC6C58) is unknown color: approx Sunglo. HEX triplet: BC, 6C and 58. RGB value is (188,108,88). Sum of RGB (Red+Green+Blue) = 188+108+88=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C58 is #4393A7. Grayscale: #818181. Windows color (decimal): -4428712 or 5795004. OLE color: 5795004.

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

Color convert

RGB18810888-
CMYK00.430.530.26
HSL12º42.74%54.12%-
HSV(B)12º53.19%73.73%-
XYZ27.8622.1212.03-
YUV129.64104.5169.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 88 (34.77% from 255) = 22.92%
R=48.96%
G=28.12%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881088800.430.530.261242.7454.12
HexBC6C5802B351Ac2b36
Octal2741541300536532145366
Binary10111100110110010110000101011110101110101100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C58; }

 p { color: rgb(188,108,88); }

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

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

 a { background-color: rgb(188,108,88); }

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

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

 span { border-color: rgb(188,108,88); }

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