#BF7576

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

Shades of Turkish Rose #BF7576

Tints of Turkish Rose #BF7576

Color information

#BF7576 (or 0xBF7576) is unknown color: approx Turkish Rose. HEX triplet: BF, 75 and 76. RGB value is (191,117,118). Sum of RGB (Red+Green+Blue) = 191+117+118=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7576 is #408A89. Grayscale: #8B8B8B. Windows color (decimal): -4229770 or 7763391. OLE color: 7763391.

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

Color convert

RGB191117118-
CMYK00.390.380.25
HSL359.19º36.63%60.39%-
HSV(B)359.19º38.74%74.9%-
XYZ31.1225.1120.35-
YUV139.24116.02164.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 118 (46.48% from 255) = 27.70%
R=44.84%
G=27.46%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111711800.390.380.25359.1936.6360.39
HexBF75760272619167253c
Octal27716516604746315474574
Binary1011111111101011110110010011110011011001101100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7576; }

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

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

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

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

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

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

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

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