#BC6B61

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

Shades of Contessa #BC6B61

Tints of Contessa #BC6B61

Color information

#BC6B61 (or 0xBC6B61) is unknown color: approx Contessa. HEX triplet: BC, 6B and 61. RGB value is (188,107,97). Sum of RGB (Red+Green+Blue) = 188+107+97=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B61 is #43949E. Grayscale: #828282. Windows color (decimal): -4428959 or 6384572. OLE color: 6384572.

HSL color Cylindrical-coordinate representation of color #BC6B61: hue angle of 6.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6B61 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18810797-
CMYK00.430.480.26
HSL6.59º40.44%55.88%-
HSV(B)6.59º48.4%73.73%-
XYZ28.1522.0714.09-
YUV130.08109.34169.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=47.96%
G=27.30%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881079700.430.480.266.5940.4455.88
HexBC6B6102B301A72838
Octal274153141053603275070
Binary1011110011010111100001010101111000011010111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B61; }

 p { color: rgb(188,107,97); }

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

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

 a { background-color: rgb(188,107,97); }

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

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

 span { border-color: rgb(188,107,97); }

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