#BC6256

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

Shades of Sunglo #BC6256

Tints of Sunglo #BC6256

Color information

#BC6256 (or 0xBC6256) is unknown color: approx Sunglo. HEX triplet: BC, 62 and 56. RGB value is (188,98,86). Sum of RGB (Red+Green+Blue) = 188+98+86=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6256 is #439DA9. Grayscale: #7B7B7B. Windows color (decimal): -4431274 or 5661372. OLE color: 5661372.

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

Color convert

RGB1889886-
CMYK00.480.540.26
HSL7.06º43.22%53.73%-
HSV(B)7.06º54.26%73.73%-
XYZ26.7920.111.27-
YUV123.54106.82173.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=50.54%
G=26.34%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188988600.480.540.267.0643.2253.73
HexBC6256030361A72b36
Octal274142126060663275366
Binary1011110011000101010110011000011011011010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6256; }

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

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

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

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

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

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

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

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