#B3777D

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

Shades of Turkish Rose #B3777D

Tints of Turkish Rose #B3777D

Color information

#B3777D (or 0xB3777D) is unknown color: approx Turkish Rose. HEX triplet: B3, 77 and 7D. RGB value is (179,119,125). Sum of RGB (Red+Green+Blue) = 179+119+125=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3777D is #4C8882. Grayscale: #898989. Windows color (decimal): -5015683 or 8222643. OLE color: 8222643.

HSL color Cylindrical-coordinate representation of color #B3777D: hue angle of 354º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3777D is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179119125-
CMYK00.340.300.30
HSL354º28.3%58.43%-
HSV(B)354º33.52%70.2%-
XYZ28.8924.2622.56-
YUV137.62120.88157.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=42.32%
G=28.13%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911912500.340.300.3035428.358.43
HexB3777D0221E1E1621c3a
Octal26316717504236365423472
Binary10110011111011111111010100010111101111010110001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3777D; }

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

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

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

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

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

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

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

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