#B4666B

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

Shades of Turkish Rose #B4666B

Tints of Turkish Rose #B4666B

Color information

#B4666B (or 0xB4666B) is unknown color: approx Turkish Rose. HEX triplet: B4, 66 and 6B. RGB value is (180,102,107). Sum of RGB (Red+Green+Blue) = 180+102+107=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4666B is #4B9994. Grayscale: #7D7D7D. Windows color (decimal): -4954517 or 7038644. OLE color: 7038644.

HSL color Cylindrical-coordinate representation of color #B4666B: hue angle of 356.15º 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 #B4666B is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180102107-
CMYK00.430.410.29
HSL356.15º34.21%55.29%-
HSV(B)356.15º43.33%70.59%-
XYZ26.2320.2716.44-
YUV125.89117.34166.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=46.27%
G=26.22%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010210700.430.410.29356.1534.2155.29
HexB4666B02B291D1642237
Octal26414615305351355444267
Binary1011010011001101101011010101110100111101101100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4666B; }

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

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

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

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

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

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

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

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