#B46775

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

Shades of Turkish Rose #B46775

Tints of Turkish Rose #B46775

Color information

#B46775 (or 0xB46775) is unknown color: approx Turkish Rose. HEX triplet: B4, 67 and 75. RGB value is (180,103,117). Sum of RGB (Red+Green+Blue) = 180+103+117=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B46775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46775 is #4B988A. Grayscale: #7F7F7F. Windows color (decimal): -4954251 or 7694260. OLE color: 7694260.

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

Color convert

RGB180103117-
CMYK00.430.350.29
HSL349.09º33.92%55.49%-
HSV(B)349.09º42.78%70.59%-
XYZ26.8820.6919.41-
YUV127.62122.01165.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=45%
G=25.75%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010311700.430.350.29349.0933.9255.49
HexB4677502B231D15d2237
Octal26414716505343355354267
Binary1011010011001111110101010101110001111101101011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46775; }

 p { color: rgb(180,103,117); }

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

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

 a { background-color: rgb(180,103,117); }

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

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

 span { border-color: rgb(180,103,117); }

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