#B46769

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

Shades of Turkish Rose #B46769

Tints of Turkish Rose #B46769

Color information

#B46769 (or 0xB46769) is unknown color: approx Turkish Rose. HEX triplet: B4, 67 and 69. RGB value is (180,103,105). Sum of RGB (Red+Green+Blue) = 180+103+105=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B46769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46769 is #4B9896. Grayscale: #7E7E7E. Windows color (decimal): -4954263 or 6907828. OLE color: 6907828.

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

Color convert

RGB180103105-
CMYK00.430.420.29
HSL358.44º33.92%55.49%-
HSV(B)358.44º42.78%70.59%-
XYZ26.2220.4215.92-
YUV126.25116.01166.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=46.39%
G=26.55%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010310500.430.420.29358.4433.9255.49
HexB4676902B2A1D1662237
Octal26414715105352355464267
Binary1011010011001111101001010101110101011101101100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46769; }

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

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

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

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

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

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

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

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