#BC736F

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

Shades of Contessa #BC736F

Tints of Contessa #BC736F

Color information

#BC736F (or 0xBC736F) is unknown color: approx Contessa. HEX triplet: BC, 73 and 6F. RGB value is (188,115,111). Sum of RGB (Red+Green+Blue) = 188+115+111=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC736F is #438C90. Grayscale: #888888. Windows color (decimal): -4426897 or 7304124. OLE color: 7304124.

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

Color convert

RGB188115111-
CMYK00.390.410.26
HSL3.12º36.49%58.63%-
HSV(B)3.12º40.96%73.73%-
XYZ29.7424.118.12-
YUV136.37113.68164.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=45.41%
G=27.78%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811511100.390.410.263.1236.4958.63
HexBC736F027291A3243b
Octal274163157047513234473
Binary101111001110011110111101001111010011101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC736F; }

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

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

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

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

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

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

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

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