#B4747B

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

Shades of Turkish Rose #B4747B

Tints of Turkish Rose #B4747B

Color information

#B4747B (or 0xB4747B) is unknown color: approx Turkish Rose. HEX triplet: B4, 74 and 7B. RGB value is (180,116,123). Sum of RGB (Red+Green+Blue) = 180+116+123=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4747B is #4B8B84. Grayscale: #878787. Windows color (decimal): -4950917 or 8090804. OLE color: 8090804.

HSL color Cylindrical-coordinate representation of color #B4747B: hue angle of 353.44º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4747B is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180116123-
CMYK00.360.320.29
HSL353.44º29.91%58.04%-
HSV(B)353.44º35.56%70.59%-
XYZ28.6423.6221.79-
YUV135.93120.7159.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=42.96%
G=27.68%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011612300.360.320.29353.4429.9158.04
HexB4747B024201D1611e3a
Octal26416417304440355413672
Binary101101001110100111101101001001000001110110110000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4747B; }

 p { color: rgb(180,116,123); }

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

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

 a { background-color: rgb(180,116,123); }

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

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

 span { border-color: rgb(180,116,123); }

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