#BF7475

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

Shades of Turkish Rose #BF7475

Tints of Turkish Rose #BF7475

Color information

#BF7475 (or 0xBF7475) is unknown color: approx Turkish Rose. HEX triplet: BF, 74 and 75. RGB value is (191,116,117). Sum of RGB (Red+Green+Blue) = 191+116+117=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7475 is #408B8A. Grayscale: #8A8A8A. Windows color (decimal): -4230027 or 7697599. OLE color: 7697599.

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

Color convert

RGB191116117-
CMYK00.390.390.25
HSL359.2º36.95%60.2%-
HSV(B)359.2º39.27%74.9%-
XYZ30.9424.8520-
YUV138.54115.85165.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=45.05%
G=27.36%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111611700.390.390.25359.236.9560.2
HexBF74750272719167253c
Octal27716416504747315474574
Binary1011111111101001110101010011110011111001101100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7475; }

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

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

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

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

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

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

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

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