#BC6159

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

Shades of Sunglo #BC6159

Tints of Sunglo #BC6159

Color information

#BC6159 (or 0xBC6159) is unknown color: approx Sunglo. HEX triplet: BC, 61 and 59. RGB value is (188,97,89). Sum of RGB (Red+Green+Blue) = 188+97+89=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6159 is #439EA6. Grayscale: #7B7B7B. Windows color (decimal): -4431527 or 5857724. OLE color: 5857724.

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

Color convert

RGB1889789-
CMYK00.480.530.26
HSL4.85º42.49%54.31%-
HSV(B)4.85º52.66%73.73%-
XYZ26.8219.9611.89-
YUV123.3108.65174.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.27%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=50.27%
G=25.94%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188978900.480.530.264.8542.4954.31
HexBC6159030351A52a36
Octal274141131060653255266
Binary1011110011000011011001011000011010111010101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6159; }

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

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

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

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

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

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

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

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