#BF736F

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

Shades of Contessa #BF736F

Tints of Contessa #BF736F

Color information

#BF736F (or 0xBF736F) is unknown color: approx Contessa. HEX triplet: BF, 73 and 6F. RGB value is (191,115,111). Sum of RGB (Red+Green+Blue) = 191+115+111=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF736F is #408C90. Grayscale: #898989. Windows color (decimal): -4230289 or 7304127. OLE color: 7304127.

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

Color convert

RGB191115111-
CMYK00.400.420.25
HSL38.46%59.22%-
HSV(B)41.88%74.9%-
XYZ30.4924.4918.16-
YUV137.27113.18166.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=45.80%
G=27.58%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111511100.400.420.25338.4659.22
HexBF736F0282A193263b
Octal277163157050523134673
Binary101111111110011110111101010001010101100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF736F; }

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

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

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

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

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

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

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

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