#BC6859

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

Shades of Sunglo #BC6859

Tints of Sunglo #BC6859

Color information

#BC6859 (or 0xBC6859) is unknown color: approx Sunglo. HEX triplet: BC, 68 and 59. RGB value is (188,104,89). Sum of RGB (Red+Green+Blue) = 188+104+89=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6859 is #4397A6. Grayscale: #7F7F7F. Windows color (decimal): -4429735 or 5859516. OLE color: 5859516.

HSL color Cylindrical-coordinate representation of color #BC6859: hue angle of 9.09º degrees, saturation: 0.42, 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 #BC6859 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18810489-
CMYK00.450.530.26
HSL9.09º42.49%54.31%-
HSV(B)9.09º52.66%73.73%-
XYZ27.4921.3112.12-
YUV127.41106.33171.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.34%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=49.34%
G=27.30%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881048900.450.530.269.0942.4954.31
HexBC685902D351A92a36
Octal2741501310556532115266
Binary10111100110100010110010101101110101110101001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6859; }

 p { color: rgb(188,104,89); }

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

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

 a { background-color: rgb(188,104,89); }

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

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

 span { border-color: rgb(188,104,89); }

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