#B4797C

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

Shades of Turkish Rose #B4797C

Tints of Turkish Rose #B4797C

Color information

#B4797C (or 0xB4797C) is unknown color: approx Turkish Rose. HEX triplet: B4, 79 and 7C. RGB value is (180,121,124). Sum of RGB (Red+Green+Blue) = 180+121+124=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4797C is #4B8683. Grayscale: #8B8B8B. Windows color (decimal): -4949636 or 8157620. OLE color: 8157620.

HSL color Cylindrical-coordinate representation of color #B4797C: hue angle of 356.95º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4797C is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180121124-
CMYK00.330.310.29
HSL356.95º28.23%59.02%-
HSV(B)356.95º32.78%70.59%-
XYZ29.324.8322.32-
YUV138.98119.55157.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=42.35%
G=28.47%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012112400.330.310.29356.9528.2359.02
HexB4797C0211F1D1651c3b
Octal26417117404137355453473
Binary10110100111100111111000100001111111110110110010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4797C; }

 p { color: rgb(180,121,124); }

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

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

 a { background-color: rgb(180,121,124); }

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

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

 span { border-color: rgb(180,121,124); }

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