#BF7273

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

Shades of Turkish Rose #BF7273

Tints of Turkish Rose #BF7273

Color information

#BF7273 (or 0xBF7273) is unknown color: approx Turkish Rose. HEX triplet: BF, 72 and 73. RGB value is (191,114,115). Sum of RGB (Red+Green+Blue) = 191+114+115=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7273 is #408D8C. Grayscale: #898989. Windows color (decimal): -4230541 or 7566015. OLE color: 7566015.

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

Color convert

RGB191114115-
CMYK00.400.400.25
HSL359.22º37.56%59.8%-
HSV(B)359.22º40.31%74.9%-
XYZ30.624.3519.31-
YUV137.14115.51166.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=45.48%
G=27.14%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111411500.400.400.25359.2237.5659.8
HexBF72730282819167263c
Octal27716216305050315474674
Binary1011111111100101110011010100010100011001101100111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7273; }

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

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

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

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

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

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

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

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