#B6777C

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

Shades of Turkish Rose #B6777C

Tints of Turkish Rose #B6777C

Color information

#B6777C (or 0xB6777C) is unknown color: approx Turkish Rose. HEX triplet: B6, 77 and 7C. RGB value is (182,119,124). Sum of RGB (Red+Green+Blue) = 182+119+124=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6777C is #498883. Grayscale: #8A8A8A. Windows color (decimal): -4819076 or 8157110. OLE color: 8157110.

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

Color convert

RGB182119124-
CMYK00.350.320.29
HSL355.24º30.14%59.02%-
HSV(B)355.24º34.62%71.37%-
XYZ29.5324.5922.26-
YUV138.41119.87159.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=42.82%
G=28%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211912400.350.320.29355.2430.1459.02
HexB6777C023201D1631e3b
Octal26616717404340355433673
Binary101101101110111111110001000111000001110110110001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6777C; }

 p { color: rgb(182,119,124); }

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

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

 a { background-color: rgb(182,119,124); }

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

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

 span { border-color: rgb(182,119,124); }

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