#BF7477

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

Shades of Turkish Rose #BF7477

Tints of Turkish Rose #BF7477

Color information

#BF7477 (or 0xBF7477) is unknown color: approx Turkish Rose. HEX triplet: BF, 74 and 77. RGB value is (191,116,119). Sum of RGB (Red+Green+Blue) = 191+116+119=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7477 is #408B88. Grayscale: #8A8A8A. Windows color (decimal): -4230025 or 7828671. OLE color: 7828671.

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

Color convert

RGB191116119-
CMYK00.390.380.25
HSL357.6º36.95%60.2%-
HSV(B)357.6º39.27%74.9%-
XYZ31.0624.920.62-
YUV138.77116.85165.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 116 (45.70% from 255) = 27.23%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=44.84%
G=27.23%
B=27.93%

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
Decimal19111611900.390.380.25357.636.9560.2
HexBF74770272619166253c
Octal27716416704746315464574
Binary1011111111101001110111010011110011011001101100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7477; }

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

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

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

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

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

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

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

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