#BC7A67

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

Shades of Contessa #BC7A67

Tints of Contessa #BC7A67

Color information

#BC7A67 (or 0xBC7A67) is unknown color: approx Contessa. HEX triplet: BC, 7A and 67. RGB value is (188,122,103). Sum of RGB (Red+Green+Blue) = 188+122+103=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A67 is #438598. Grayscale: #8B8B8B. Windows color (decimal): -4425113 or 6781628. OLE color: 6781628.

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

Color convert

RGB188122103-
CMYK00.350.450.26
HSL13.41º38.81%57.06%-
HSV(B)13.41º45.21%73.73%-
XYZ30.1525.5916.18-
YUV139.57107.37162.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=45.52%
G=29.54%
B=24.94%

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
Decimal18812210300.350.450.2613.4138.8157.06
HexBC7A670232D1Ad2739
Octal2741721470435532154771
Binary10111100111101011001110100011101101110101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A67; }

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

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

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

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

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

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

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

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