#B4787D

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

Shades of Turkish Rose #B4787D

Tints of Turkish Rose #B4787D

Color information

#B4787D (or 0xB4787D) is unknown color: approx Turkish Rose. HEX triplet: B4, 78 and 7D. RGB value is (180,120,125). Sum of RGB (Red+Green+Blue) = 180+120+125=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4787D is #4B8782. Grayscale: #8A8A8A. Windows color (decimal): -4949891 or 8222900. OLE color: 8222900.

HSL color Cylindrical-coordinate representation of color #B4787D: hue angle of 355º degrees, saturation: 0.29, 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 #B4787D is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180120125-
CMYK00.330.310.29
HSL355º28.57%58.82%-
HSV(B)355º33.33%70.59%-
XYZ29.2424.6222.61-
YUV138.51120.38157.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=42.35%
G=28.24%
B=29.41%

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
Decimal18012012500.330.310.2935528.5758.82
HexB4787D0211F1D1631d3b
Octal26417017504137355433573
Binary10110100111100011111010100001111111110110110001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4787D; }

 p { color: rgb(180,120,125); }

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

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

 a { background-color: rgb(180,120,125); }

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

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

 span { border-color: rgb(180,120,125); }

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