#B46B6C

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

Shades of Turkish Rose #B46B6C

Tints of Turkish Rose #B46B6C

Color information

#B46B6C (or 0xB46B6C) is unknown color: approx Turkish Rose. HEX triplet: B4, 6B and 6C. RGB value is (180,107,108). Sum of RGB (Red+Green+Blue) = 180+107+108=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B6C is #4B9493. Grayscale: #818181. Windows color (decimal): -4953236 or 7105460. OLE color: 7105460.

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

Color convert

RGB180107108-
CMYK00.410.400.29
HSL359.18º32.74%56.27%-
HSV(B)359.18º40.56%70.59%-
XYZ26.7921.316.89-
YUV128.94116.18164.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 107 (42.19% from 255) = 27.09%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=45.57%
G=27.09%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010710800.410.400.29359.1832.7456.27
HexB46B6C029281D1672138
Octal26415315405150355474170
Binary1011010011010111101100010100110100011101101100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B6C; }

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

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

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

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

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

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

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

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