#BF736E

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

Shades of Contessa #BF736E

Tints of Contessa #BF736E

Color information

#BF736E (or 0xBF736E) is unknown color: approx Contessa. HEX triplet: BF, 73 and 6E. RGB value is (191,115,110). Sum of RGB (Red+Green+Blue) = 191+115+110=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF736E is #408C91. Grayscale: #898989. Windows color (decimal): -4230290 or 7238591. OLE color: 7238591.

HSL color Cylindrical-coordinate representation of color #BF736E: hue angle of 3.7º degrees, saturation: 0.39, 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 #BF736E is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB191115110-
CMYK00.400.420.25
HSL3.7º38.76%59.02%-
HSV(B)3.7º42.41%74.9%-
XYZ30.4324.4617.87-
YUV137.15112.68166.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=45.91%
G=27.64%
B=26.44%

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
Decimal19111511000.400.420.253.738.7659.02
HexBF736E0282A194273b
Octal277163156050523144773
Binary1011111111100111101110010100010101011001100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF736E; }

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

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

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

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

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

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

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

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