#BB7174

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

Shades of Turkish Rose #BB7174

Tints of Turkish Rose #BB7174

Color information

#BB7174 (or 0xBB7174) is unknown color: approx Turkish Rose. HEX triplet: BB, 71 and 74. RGB value is (187,113,116). Sum of RGB (Red+Green+Blue) = 187+113+116=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7174 is #448E8B. Grayscale: #878787. Windows color (decimal): -4492940 or 7631291. OLE color: 7631291.

HSL color Cylindrical-coordinate representation of color #BB7174: hue angle of 357.57º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7174 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB187113116-
CMYK00.400.380.27
HSL357.57º35.24%58.82%-
HSV(B)357.57º39.57%73.33%-
XYZ29.5523.6419.53-
YUV135.47117.02164.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 116 (45.70% from 255) = 27.88%
R=44.95%
G=27.16%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711311600.400.380.27357.5735.2458.82
HexBB7174028261B166233b
Octal27316116405046335464373
Binary1011101111100011110100010100010011011011101100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7174; }

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

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

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

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

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

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

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

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