#BB6667

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

Shades of Turkish Rose #BB6667

Tints of Turkish Rose #BB6667

Color information

#BB6667 (or 0xBB6667) is unknown color: approx Turkish Rose. HEX triplet: BB, 66 and 67. RGB value is (187,102,103). Sum of RGB (Red+Green+Blue) = 187+102+103=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6667 is #449998. Grayscale: #7F7F7F. Windows color (decimal): -4495769 or 6776507. OLE color: 6776507.

HSL color Cylindrical-coordinate representation of color #BB6667: 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 #BB6667 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB187102103-
CMYK00.450.450.27
HSL359.29º38.46%56.67%-
HSV(B)359.29º45.45%73.33%-
XYZ27.6921.0515.43-
YUV127.53114.16170.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 103 (40.62% from 255) = 26.28%
R=47.70%
G=26.02%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710210300.450.450.27359.2938.4656.67
HexBB666702D2D1B1672639
Octal27314614705555335474671
Binary1011101111001101100111010110110110111011101100111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6667; }

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

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

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

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

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

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

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

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