#B46B74

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

Shades of Turkish Rose #B46B74

Tints of Turkish Rose #B46B74

Color information

#B46B74 (or 0xB46B74) is unknown color: approx Turkish Rose. HEX triplet: B4, 6B and 74. RGB value is (180,107,116). Sum of RGB (Red+Green+Blue) = 180+107+116=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B74 is #4B948B. Grayscale: #818181. Windows color (decimal): -4953228 or 7629748. OLE color: 7629748.

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

Color convert

RGB180107116-
CMYK00.410.360.29
HSL352.6º32.74%56.27%-
HSV(B)352.6º40.56%70.59%-
XYZ27.2321.4819.23-
YUV129.85120.18163.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 107 (42.19% from 255) = 26.55%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=44.67%
G=26.55%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010711600.410.360.29352.632.7456.27
HexB46B74029241D1612138
Octal26415316405144355414170
Binary1011010011010111110100010100110010011101101100001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B74; }

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

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

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

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

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

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

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

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