#B4666E

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

Shades of Turkish Rose #B4666E

Tints of Turkish Rose #B4666E

Color information

#B4666E (or 0xB4666E) is unknown color: approx Turkish Rose. HEX triplet: B4, 66 and 6E. RGB value is (180,102,110). Sum of RGB (Red+Green+Blue) = 180+102+110=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4666E is #4B9991. Grayscale: #7E7E7E. Windows color (decimal): -4954514 or 7235252. OLE color: 7235252.

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

Color convert

RGB180102110-
CMYK00.430.390.29
HSL353.85º34.21%55.29%-
HSV(B)353.85º43.33%70.59%-
XYZ26.3920.3317.29-
YUV126.23118.84166.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=45.92%
G=26.02%
B=28.06%

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
Decimal18010211000.430.390.29353.8534.2155.29
HexB4666E02B271D1622237
Octal26414615605347355424267
Binary1011010011001101101110010101110011111101101100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4666E; }

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

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

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

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

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

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

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

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