#BF736B

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

Shades of Contessa #BF736B

Tints of Contessa #BF736B

Color information

#BF736B (or 0xBF736B) is unknown color: approx Contessa. HEX triplet: BF, 73 and 6B. RGB value is (191,115,107). Sum of RGB (Red+Green+Blue) = 191+115+107=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF736B is #408C94. Grayscale: #888888. Windows color (decimal): -4230293 or 7041983. OLE color: 7041983.

HSL color Cylindrical-coordinate representation of color #BF736B: hue angle of 5.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF736B is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB191115107-
CMYK00.400.440.25
HSL5.71º39.62%58.43%-
HSV(B)5.71º43.98%74.9%-
XYZ30.2724.417.02-
YUV136.81111.18166.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=46.25%
G=27.85%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111510700.400.440.255.7139.6258.43
HexBF736B0282C196283a
Octal277163153050543165072
Binary1011111111100111101011010100010110011001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF736B; }

 p { color: rgb(191,115,107); }

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

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

 a { background-color: rgb(191,115,107); }

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

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

 span { border-color: rgb(191,115,107); }

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