#BC695B

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

Shades of Sunglo #BC695B

Tints of Sunglo #BC695B

Color information

#BC695B (or 0xBC695B) is unknown color: approx Sunglo. HEX triplet: BC, 69 and 5B. RGB value is (188,105,91). Sum of RGB (Red+Green+Blue) = 188+105+91=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC695B is #4396A4. Grayscale: #808080. Windows color (decimal): -4429477 or 5990844. OLE color: 5990844.

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

Color convert

RGB18810591-
CMYK00.440.520.26
HSL8.66º41.99%54.71%-
HSV(B)8.66º51.6%73.73%-
XYZ27.6821.5512.6-
YUV128.22107170.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=48.96%
G=27.34%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881059100.440.520.268.6641.9954.71
HexBC695B02C341A92a37
Octal2741511330546432115267
Binary10111100110100110110110101100110100110101001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC695B; }

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

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

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

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

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

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

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

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