#B46C6D

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

Shades of Turkish Rose #B46C6D

Tints of Turkish Rose #B46C6D

Color information

#B46C6D (or 0xB46C6D) is unknown color: approx Turkish Rose. HEX triplet: B4, 6C and 6D. RGB value is (180,108,109). Sum of RGB (Red+Green+Blue) = 180+108+109=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C6D is #4B9392. Grayscale: #818181. Windows color (decimal): -4952979 or 7171252. OLE color: 7171252.

HSL color Cylindrical-coordinate representation of color #B46C6D: hue angle of 359.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B46C6D is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180108109-
CMYK00.400.390.29
HSL359.17º32.43%56.47%-
HSV(B)359.17º40%70.59%-
XYZ26.9521.5317.2-
YUV129.64116.35163.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=45.34%
G=27.20%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010810900.400.390.29359.1732.4356.47
HexB46C6D028271D1672038
Octal26415415505047355474070
Binary1011010011011001101101010100010011111101101100111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C6D; }

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

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

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

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

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

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

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

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