#B6797A

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

Shades of Turkish Rose #B6797A

Tints of Turkish Rose #B6797A

Color information

#B6797A (or 0xB6797A) is unknown color: approx Turkish Rose. HEX triplet: B6, 79 and 7A. RGB value is (182,121,122). Sum of RGB (Red+Green+Blue) = 182+121+122=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6797A is #498685. Grayscale: #8B8B8B. Windows color (decimal): -4818566 or 8026550. OLE color: 8026550.

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

Color convert

RGB182121122-
CMYK00.340.330.29
HSL359.02º29.47%59.41%-
HSV(B)359.02º33.52%71.37%-
XYZ29.6425.0221.68-
YUV139.35118.21158.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=42.82%
G=28.47%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212112200.340.330.29359.0229.4759.41
HexB6797A022211D1671d3b
Octal26617117204241355473573
Binary101101101111001111101001000101000011110110110011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6797A; }

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

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

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

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

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

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

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

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