#B4777D

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

Shades of Turkish Rose #B4777D

Tints of Turkish Rose #B4777D

Color information

#B4777D (or 0xB4777D) is unknown color: approx Turkish Rose. HEX triplet: B4, 77 and 7D. RGB value is (180,119,125). Sum of RGB (Red+Green+Blue) = 180+119+125=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4777D is #4B8882. Grayscale: #898989. Windows color (decimal): -4950147 or 8222644. OLE color: 8222644.

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

Color convert

RGB180119125-
CMYK00.340.310.29
HSL354.1º28.91%58.63%-
HSV(B)354.1º33.89%70.59%-
XYZ29.1224.3822.57-
YUV137.92120.71158.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=42.45%
G=28.07%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011912500.340.310.29354.128.9158.63
HexB4777D0221F1D1621d3b
Octal26416717504237355423573
Binary10110100111011111111010100010111111110110110001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4777D; }

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

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

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

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

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

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

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

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