#BB6768

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

Shades of Turkish Rose #BB6768

Tints of Turkish Rose #BB6768

Color information

#BB6768 (or 0xBB6768) is unknown color: approx Turkish Rose. HEX triplet: BB, 67 and 68. RGB value is (187,103,104). Sum of RGB (Red+Green+Blue) = 187+103+104=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6768 is #449897. Grayscale: #808080. Windows color (decimal): -4495512 or 6842299. OLE color: 6842299.

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

Color convert

RGB187103104-
CMYK00.450.440.27
HSL359.29º38.18%56.86%-
HSV(B)359.29º44.92%73.33%-
XYZ27.8421.2615.73-
YUV128.23114.33169.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 103 (40.62% from 255) = 26.14%
BLUE value IS 104 (41.02% from 255) = 26.40%
R=47.46%
G=26.14%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710310400.450.440.27359.2938.1856.86
HexBB676802D2C1B1672639
Octal27314715005554335474671
Binary1011101111001111101000010110110110011011101100111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6768; }

 p { color: rgb(187,103,104); }

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

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

 a { background-color: rgb(187,103,104); }

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

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

 span { border-color: rgb(187,103,104); }

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