#BC685B

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

Shades of Sunglo #BC685B

Tints of Sunglo #BC685B

Color information

#BC685B (or 0xBC685B) is unknown color: approx Sunglo. HEX triplet: BC, 68 and 5B. RGB value is (188,104,91). Sum of RGB (Red+Green+Blue) = 188+104+91=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC685B is #4397A4. Grayscale: #7F7F7F. Windows color (decimal): -4429733 or 5990588. OLE color: 5990588.

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

Color convert

RGB18810491-
CMYK00.450.520.26
HSL8.04º41.99%54.71%-
HSV(B)8.04º51.6%73.73%-
XYZ27.5821.3512.56-
YUV127.63107.33171.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=49.09%
G=27.15%
B=23.76%

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
Decimal1881049100.450.520.268.0441.9954.71
HexBC685B02D341A82a37
Octal2741501330556432105267
Binary10111100110100010110110101101110100110101000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC685B; }

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

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

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

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

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

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

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

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