#BF7275

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

Shades of Turkish Rose #BF7275

Tints of Turkish Rose #BF7275

Color information

#BF7275 (or 0xBF7275) is unknown color: approx Turkish Rose. HEX triplet: BF, 72 and 75. RGB value is (191,114,117). Sum of RGB (Red+Green+Blue) = 191+114+117=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7275 is #408D8A. Grayscale: #898989. Windows color (decimal): -4230539 or 7697087. OLE color: 7697087.

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

Color convert

RGB191114117-
CMYK00.400.390.25
HSL357.66º37.56%59.8%-
HSV(B)357.66º40.31%74.9%-
XYZ30.7124.419.92-
YUV137.36116.51166.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=45.26%
G=27.01%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111411700.400.390.25357.6637.5659.8
HexBF72750282719166263c
Octal27716216505047315464674
Binary1011111111100101110101010100010011111001101100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7275; }

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

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

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

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

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

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

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

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