#BC6459

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

Shades of Sunglo #BC6459

Tints of Sunglo #BC6459

Color information

#BC6459 (or 0xBC6459) is unknown color: approx Sunglo. HEX triplet: BC, 64 and 59. RGB value is (188,100,89). Sum of RGB (Red+Green+Blue) = 188+100+89=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6459 is #439BA6. Grayscale: #7D7D7D. Windows color (decimal): -4430759 or 5858492. OLE color: 5858492.

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

Color convert

RGB18810089-
CMYK00.470.530.26
HSL6.67º42.49%54.31%-
HSV(B)6.67º52.66%73.73%-
XYZ27.120.5311.99-
YUV125.06107.65172.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=49.87%
G=26.53%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881008900.470.530.266.6742.4954.31
HexBC645902F351A72a36
Octal274144131057653275266
Binary1011110011001001011001010111111010111010111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6459; }

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

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

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

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

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

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

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

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