#BF7073

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

Shades of Turkish Rose #BF7073

Tints of Turkish Rose #BF7073

Color information

#BF7073 (or 0xBF7073) is unknown color: approx Turkish Rose. HEX triplet: BF, 70 and 73. RGB value is (191,112,115). Sum of RGB (Red+Green+Blue) = 191+112+115=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7073 is #408F8C. Grayscale: #888888. Windows color (decimal): -4231053 or 7565503. OLE color: 7565503.

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

Color convert

RGB191112115-
CMYK00.410.400.25
HSL357.72º38.16%59.41%-
HSV(B)357.72º41.36%74.9%-
XYZ30.3723.919.23-
YUV135.96116.17167.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 115 (45.31% from 255) = 27.51%
R=45.69%
G=26.79%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111211500.410.400.25357.7238.1659.41
HexBF70730292819166263b
Octal27716016305150315464673
Binary1011111111100001110011010100110100011001101100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7073; }

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

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

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

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

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

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

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

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