#BB7173

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

Shades of Turkish Rose #BB7173

Tints of Turkish Rose #BB7173

Color information

#BB7173 (or 0xBB7173) is unknown color: approx Turkish Rose. HEX triplet: BB, 71 and 73. RGB value is (187,113,115). Sum of RGB (Red+Green+Blue) = 187+113+115=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7173 is #448E8C. Grayscale: #878787. Windows color (decimal): -4492941 or 7565755. OLE color: 7565755.

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

Color convert

RGB187113115-
CMYK00.400.390.27
HSL358.38º35.24%58.82%-
HSV(B)358.38º39.57%73.33%-
XYZ29.4923.6119.22-
YUV135.35116.52164.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=45.06%
G=27.23%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711311500.400.390.27358.3835.2458.82
HexBB7173028271B166233b
Octal27316116305047335464373
Binary1011101111100011110011010100010011111011101100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7173; }

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

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

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

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

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

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

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

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