#B46B72

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

Shades of Turkish Rose #B46B72

Tints of Turkish Rose #B46B72

Color information

#B46B72 (or 0xB46B72) is unknown color: approx Turkish Rose. HEX triplet: B4, 6B and 72. RGB value is (180,107,114). Sum of RGB (Red+Green+Blue) = 180+107+114=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B72 is #4B948D. Grayscale: #818181. Windows color (decimal): -4953230 or 7498676. OLE color: 7498676.

HSL color Cylindrical-coordinate representation of color #B46B72: hue angle of 354.25º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46B72 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB180107114-
CMYK00.410.370.29
HSL354.25º32.74%56.27%-
HSV(B)354.25º40.56%70.59%-
XYZ27.1221.4318.63-
YUV129.62119.18163.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=44.89%
G=26.68%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010711400.410.370.29354.2532.7456.27
HexB46B72029251D1622138
Octal26415316205145355424170
Binary1011010011010111110010010100110010111101101100010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B72; }

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

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

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

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

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

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

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

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