#BC695D

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

Shades of Contessa #BC695D

Tints of Contessa #BC695D

Color information

#BC695D (or 0xBC695D) is unknown color: approx Contessa. HEX triplet: BC, 69 and 5D. RGB value is (188,105,93). Sum of RGB (Red+Green+Blue) = 188+105+93=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC695D is #4396A2. Grayscale: #808080. Windows color (decimal): -4429475 or 6121916. OLE color: 6121916.

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

Color convert

RGB18810593-
CMYK00.440.510.26
HSL7.58º41.48%55.1%-
HSV(B)7.58º50.53%73.73%-
XYZ27.7721.5813.06-
YUV128.45108170.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=48.70%
G=27.20%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881059300.440.510.267.5841.4855.1
HexBC695D02C331A82937
Octal2741511350546332105167
Binary10111100110100110111010101100110011110101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC695D; }

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

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

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

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

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

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

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

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