#BB7375

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

Shades of Turkish Rose #BB7375

Tints of Turkish Rose #BB7375

Color information

#BB7375 (or 0xBB7375) is unknown color: approx Turkish Rose. HEX triplet: BB, 73 and 75. RGB value is (187,115,117). Sum of RGB (Red+Green+Blue) = 187+115+117=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7375 is #448C8A. Grayscale: #888888. Windows color (decimal): -4492427 or 7697339. OLE color: 7697339.

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

Color convert

RGB187115117-
CMYK00.390.370.27
HSL358.33º34.62%59.22%-
HSV(B)358.33º38.5%73.33%-
XYZ29.8424.1119.91-
YUV136.76116.85163.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=44.63%
G=27.45%
B=27.92%

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
Decimal18711511700.390.370.27358.3334.6259.22
HexBB7375027251B166233b
Octal27316316504745335464373
Binary1011101111100111110101010011110010111011101100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7375; }

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

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

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

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

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

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

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

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