#BB6E74

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

Shades of Turkish Rose #BB6E74

Tints of Turkish Rose #BB6E74

Color information

#BB6E74 (or 0xBB6E74) is unknown color: approx Turkish Rose. HEX triplet: BB, 6E and 74. RGB value is (187,110,116). Sum of RGB (Red+Green+Blue) = 187+110+116=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E74 is #44918B. Grayscale: #858585. Windows color (decimal): -4493708 or 7630523. OLE color: 7630523.

HSL color Cylindrical-coordinate representation of color #BB6E74: hue angle of 355.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6E74 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB187110116-
CMYK00.410.380.27
HSL355.32º36.15%58.24%-
HSV(B)355.32º41.18%73.33%-
XYZ29.2222.9819.42-
YUV133.71118.01166.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=45.28%
G=26.63%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711011600.410.380.27355.3236.1558.24
HexBB6E74029261B163243a
Octal27315616405146335434472
Binary1011101111011101110100010100110011011011101100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E74; }

 p { color: rgb(187,110,116); }

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

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

 a { background-color: rgb(187,110,116); }

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

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

 span { border-color: rgb(187,110,116); }

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