#BB7475

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

Shades of Turkish Rose #BB7475

Tints of Turkish Rose #BB7475

Color information

#BB7475 (or 0xBB7475) is unknown color: approx Turkish Rose. HEX triplet: BB, 74 and 75. RGB value is (187,116,117). Sum of RGB (Red+Green+Blue) = 187+116+117=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7475 is #448B8A. Grayscale: #898989. Windows color (decimal): -4492171 or 7697595. OLE color: 7697595.

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

Color convert

RGB187116117-
CMYK00.380.370.27
HSL359.15º34.3%59.41%-
HSV(B)359.15º37.97%73.33%-
XYZ29.9524.3419.95-
YUV137.34116.52163.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=44.52%
G=27.62%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711611700.380.370.27359.1534.359.41
HexBB7475026251B167223b
Octal27316416504645335474273
Binary1011101111101001110101010011010010111011101100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7475; }

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

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

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

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

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

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

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

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