#BC7A68

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

Shades of Contessa #BC7A68

Tints of Contessa #BC7A68

Color information

#BC7A68 (or 0xBC7A68) is unknown color: approx Contessa. HEX triplet: BC, 7A and 68. RGB value is (188,122,104). Sum of RGB (Red+Green+Blue) = 188+122+104=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A68 is #438597. Grayscale: #8B8B8B. Windows color (decimal): -4425112 or 6847164. OLE color: 6847164.

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

Color convert

RGB188122104-
CMYK00.350.450.26
HSL12.86º38.53%57.25%-
HSV(B)12.86º44.68%73.73%-
XYZ30.225.6116.45-
YUV139.68107.87162.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=45.41%
G=29.47%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812210400.350.450.2612.8638.5357.25
HexBC7A680232D1Ad2739
Octal2741721500435532154771
Binary10111100111101011010000100011101101110101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A68; }

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

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

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

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

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

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

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

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