#B67479

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

Shades of Turkish Rose #B67479

Tints of Turkish Rose #B67479

Color information

#B67479 (or 0xB67479) is unknown color: approx Turkish Rose. HEX triplet: B6, 74 and 79. RGB value is (182,116,121). Sum of RGB (Red+Green+Blue) = 182+116+121=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B67479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67479 is #498B86. Grayscale: #888888. Windows color (decimal): -4819847 or 7959734. OLE color: 7959734.

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

Color convert

RGB182116121-
CMYK00.360.340.29
HSL355.45º31.13%58.43%-
HSV(B)355.45º36.26%71.37%-
XYZ28.9923.8221.16-
YUV136.3119.37160.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=43.44%
G=27.68%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211612100.360.340.29355.4531.1358.43
HexB67479024221D1631f3a
Octal26616417104442355433772
Binary101101101110100111100101001001000101110110110001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67479; }

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

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

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

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

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

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

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

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