#BB767A

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

Shades of Turkish Rose #BB767A

Tints of Turkish Rose #BB767A

Color information

#BB767A (or 0xBB767A) is unknown color: approx Turkish Rose. HEX triplet: BB, 76 and 7A. RGB value is (187,118,122). Sum of RGB (Red+Green+Blue) = 187+118+122=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB767A is #448985. Grayscale: #8B8B8B. Windows color (decimal): -4491654 or 8025787. OLE color: 8025787.

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

Color convert

RGB187118122-
CMYK00.370.350.27
HSL356.52º33.66%59.8%-
HSV(B)356.52º36.9%73.33%-
XYZ30.4824.9321.62-
YUV139.09118.36162.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=43.79%
G=27.63%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711812200.370.350.27356.5233.6659.8
HexBB767A025231B165223c
Octal27316617204543335454274
Binary1011101111101101111010010010110001111011101100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB767A; }

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

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

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

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

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

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

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

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