#B56467

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

Shades of Turkish Rose #B56467

Tints of Turkish Rose #B56467

Color information

#B56467 (or 0xB56467) is unknown color: approx Turkish Rose. HEX triplet: B5, 64 and 67. RGB value is (181,100,103). Sum of RGB (Red+Green+Blue) = 181+100+103=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B56467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56467 is #4A9B98. Grayscale: #7C7C7C. Windows color (decimal): -4889497 or 6775989. OLE color: 6775989.

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

Color convert

RGB181100103-
CMYK00.450.430.29
HSL357.78º35.37%55.1%-
HSV(B)357.78º44.75%70.98%-
XYZ26.0619.9215.3-
YUV124.56115.84168.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 103 (40.62% from 255) = 26.82%
R=47.14%
G=26.04%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110010300.450.430.29357.7835.3755.1
HexB5646702D2B1D1662337
Octal26514414705553355464367
Binary1011010111001001100111010110110101111101101100110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56467; }

 p { color: rgb(181,100,103); }

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

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

 a { background-color: rgb(181,100,103); }

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

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

 span { border-color: rgb(181,100,103); }

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