#BC7367

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

Shades of Contessa #BC7367

Tints of Contessa #BC7367

Color information

#BC7367 (or 0xBC7367) is unknown color: approx Contessa. HEX triplet: BC, 73 and 67. RGB value is (188,115,103). Sum of RGB (Red+Green+Blue) = 188+115+103=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7367 is #438C98. Grayscale: #878787. Windows color (decimal): -4426905 or 6779836. OLE color: 6779836.

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

Color convert

RGB188115103-
CMYK00.390.450.26
HSL8.47º38.81%57.06%-
HSV(B)8.47º45.21%73.73%-
XYZ29.3223.9315.91-
YUV135.46109.68165.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 103 (40.62% from 255) = 25.37%
R=46.31%
G=28.33%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811510300.390.450.268.4738.8157.06
HexBC73670272D1A82739
Octal2741631470475532104771
Binary10111100111001111001110100111101101110101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7367; }

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

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

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

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

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

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

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

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