#B6727A

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

Shades of Turkish Rose #B6727A

Tints of Turkish Rose #B6727A

Color information

#B6727A (or 0xB6727A) is unknown color: approx Turkish Rose. HEX triplet: B6, 72 and 7A. RGB value is (182,114,122). Sum of RGB (Red+Green+Blue) = 182+114+122=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B6727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6727A is #498D85. Grayscale: #878787. Windows color (decimal): -4820358 or 8024758. OLE color: 8024758.

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

Color convert

RGB182114122-
CMYK00.370.330.29
HSL352.94º31.78%58.04%-
HSV(B)352.94º37.36%71.37%-
XYZ28.8223.3821.41-
YUV135.24120.53161.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=43.54%
G=27.27%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211412200.370.330.29352.9431.7858.04
HexB6727A025211D161203a
Octal26616217204541355414072
Binary1011011011100101111010010010110000111101101100001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6727A; }

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

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

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

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

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

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

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

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