#BF6C74

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

Shades of Turkish Rose #BF6C74

Tints of Turkish Rose #BF6C74

Color information

#BF6C74 (or 0xBF6C74) is unknown color: approx Turkish Rose. HEX triplet: BF, 6C and 74. RGB value is (191,108,116). Sum of RGB (Red+Green+Blue) = 191+108+116=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C74 is #40938B. Grayscale: #858585. Windows color (decimal): -4232076 or 7630015. OLE color: 7630015.

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

Color convert

RGB191108116-
CMYK00.430.390.25
HSL354.22º39.34%58.63%-
HSV(B)354.22º43.46%74.9%-
XYZ3023.0619.39-
YUV133.73118168.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=46.02%
G=26.02%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110811600.430.390.25354.2239.3458.63
HexBF6C7402B2719162273b
Octal27715416405347315424773
Binary1011111111011001110100010101110011111001101100010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C74; }

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

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

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

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

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

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

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

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