#BC685A

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

Shades of Sunglo #BC685A

Tints of Sunglo #BC685A

Color information

#BC685A (or 0xBC685A) is unknown color: approx Sunglo. HEX triplet: BC, 68 and 5A. RGB value is (188,104,90). Sum of RGB (Red+Green+Blue) = 188+104+90=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC685A is #4397A5. Grayscale: #7F7F7F. Windows color (decimal): -4429734 or 5925052. OLE color: 5925052.

HSL color Cylindrical-coordinate representation of color #BC685A: hue angle of 8.57º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC685A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18810490-
CMYK00.450.520.26
HSL8.57º42.24%54.51%-
HSV(B)8.57º52.13%73.73%-
XYZ27.5321.3312.34-
YUV127.52106.83171.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=49.21%
G=27.23%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881049000.450.520.268.5742.2454.51
HexBC685A02D341A92a37
Octal2741501320556432115267
Binary10111100110100010110100101101110100110101001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC685A; }

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

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

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

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

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

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

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

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