#B3666E

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

Shades of Turkish Rose #B3666E

Tints of Turkish Rose #B3666E

Color information

#B3666E (or 0xB3666E) is unknown color: approx Turkish Rose. HEX triplet: B3, 66 and 6E. RGB value is (179,102,110). Sum of RGB (Red+Green+Blue) = 179+102+110=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3666E is #4C9991. Grayscale: #7D7D7D. Windows color (decimal): -5020050 or 7235251. OLE color: 7235251.

HSL color Cylindrical-coordinate representation of color #B3666E: hue angle of 353.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3666E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB179102110-
CMYK00.430.390.30
HSL353.77º33.62%55.1%-
HSV(B)353.77º43.02%70.2%-
XYZ26.1620.2117.27-
YUV125.94119.01165.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=45.78%
G=26.09%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910211000.430.390.30353.7733.6255.1
HexB3666E02B271E1622237
Octal26314615605347365424267
Binary1011001111001101101110010101110011111110101100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3666E; }

 p { color: rgb(179,102,110); }

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

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

 a { background-color: rgb(179,102,110); }

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

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

 span { border-color: rgb(179,102,110); }

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