#B6777A

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

Shades of Turkish Rose #B6777A

Tints of Turkish Rose #B6777A

Color information

#B6777A (or 0xB6777A) is unknown color: approx Turkish Rose. HEX triplet: B6, 77 and 7A. RGB value is (182,119,122). Sum of RGB (Red+Green+Blue) = 182+119+122=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6777A is #498885. Grayscale: #8A8A8A. Windows color (decimal): -4819078 or 8026038. OLE color: 8026038.

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

Color convert

RGB182119122-
CMYK00.350.330.29
HSL357.14º30.14%59.02%-
HSV(B)357.14º34.62%71.37%-
XYZ29.424.5421.6-
YUV138.18118.87159.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=43.03%
G=28.13%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211912200.350.330.29357.1430.1459.02
HexB6777A023211D1651e3b
Octal26616717204341355453673
Binary101101101110111111101001000111000011110110110010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6777A; }

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

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

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

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

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

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

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

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