#B0666C

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

Shades of Turkish Rose #B0666C

Tints of Turkish Rose #B0666C

Color information

#B0666C (or 0xB0666C) is unknown color: approx Turkish Rose. HEX triplet: B0, 66 and 6C. RGB value is (176,102,108). Sum of RGB (Red+Green+Blue) = 176+102+108=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0666C is #4F9993. Grayscale: #7C7C7C. Windows color (decimal): -5216660 or 7104176. OLE color: 7104176.

HSL color Cylindrical-coordinate representation of color #B0666C: hue angle of 355.14º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0666C is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB176102108-
CMYK00.420.390.31
HSL355.14º31.9%54.51%-
HSV(B)355.14º42.05%69.02%-
XYZ25.3619.8216.68-
YUV124.81118.52164.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 102 (40.23% from 255) = 26.42%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=45.60%
G=26.42%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610210800.420.390.31355.1431.954.51
HexB0666C02A271F1632037
Octal26014615405247375434067
Binary1011000011001101101100010101010011111111101100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0666C; }

 p { color: rgb(176,102,108); }

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

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

 a { background-color: rgb(176,102,108); }

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

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

 span { border-color: rgb(176,102,108); }

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