#BB7376

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

Shades of Turkish Rose #BB7376

Tints of Turkish Rose #BB7376

Color information

#BB7376 (or 0xBB7376) is unknown color: approx Turkish Rose. HEX triplet: BB, 73 and 76. RGB value is (187,115,118). Sum of RGB (Red+Green+Blue) = 187+115+118=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7376 is #448C89. Grayscale: #888888. Windows color (decimal): -4492426 or 7762875. OLE color: 7762875.

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

Color convert

RGB187115118-
CMYK00.390.370.27
HSL357.5º34.62%59.22%-
HSV(B)357.5º38.5%73.33%-
XYZ29.8924.1320.22-
YUV136.87117.35163.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=44.52%
G=27.38%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711511800.390.370.27357.534.6259.22
HexBB7376027251B166233b
Octal27316316604745335464373
Binary1011101111100111110110010011110010111011101100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7376; }

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

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

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

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

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

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

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

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