#B46567

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

Shades of Turkish Rose #B46567

Tints of Turkish Rose #B46567

Color information

#B46567 (or 0xB46567) is unknown color: approx Turkish Rose. HEX triplet: B4, 65 and 67. RGB value is (180,101,103). Sum of RGB (Red+Green+Blue) = 180+101+103=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B46567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46567 is #4B9A98. Grayscale: #7C7C7C. Windows color (decimal): -4954777 or 6776244. OLE color: 6776244.

HSL color Cylindrical-coordinate representation of color #B46567: hue angle of 358.48º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46567 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB180101103-
CMYK00.440.430.29
HSL358.48º34.5%55.1%-
HSV(B)358.48º43.89%70.59%-
XYZ25.9219.9915.32-
YUV124.85115.67167.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 103 (40.62% from 255) = 26.82%
R=46.88%
G=26.30%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010110300.440.430.29358.4834.555.1
HexB4656702C2B1D1662237
Octal26414514705453355464267
Binary1011010011001011100111010110010101111101101100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46567; }

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

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

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

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

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

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

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

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