#B4666D

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

Shades of Turkish Rose #B4666D

Tints of Turkish Rose #B4666D

Color information

#B4666D (or 0xB4666D) is unknown color: approx Turkish Rose. HEX triplet: B4, 66 and 6D. RGB value is (180,102,109). Sum of RGB (Red+Green+Blue) = 180+102+109=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4666D is #4B9992. Grayscale: #7E7E7E. Windows color (decimal): -4954515 or 7169716. OLE color: 7169716.

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

Color convert

RGB180102109-
CMYK00.430.390.29
HSL354.62º34.21%55.29%-
HSV(B)354.62º43.33%70.59%-
XYZ26.3320.3117-
YUV126.12118.34166.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=46.04%
G=26.09%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010210900.430.390.29354.6234.2155.29
HexB4666D02B271D1632237
Octal26414615505347355434267
Binary1011010011001101101101010101110011111101101100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4666D; }

 p { color: rgb(180,102,109); }

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

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

 a { background-color: rgb(180,102,109); }

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

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

 span { border-color: rgb(180,102,109); }

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