#B67879

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

Shades of Turkish Rose #B67879

Tints of Turkish Rose #B67879

Color information

#B67879 (or 0xB67879) is unknown color: approx Turkish Rose. HEX triplet: B6, 78 and 79. RGB value is (182,120,121). Sum of RGB (Red+Green+Blue) = 182+120+121=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B67879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67879 is #498786. Grayscale: #8A8A8A. Windows color (decimal): -4818823 or 7960758. OLE color: 7960758.

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

Color convert

RGB182120121-
CMYK00.340.340.29
HSL359.03º29.81%59.22%-
HSV(B)359.03º34.07%71.37%-
XYZ29.4624.7621.32-
YUV138.65118.04158.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=43.03%
G=28.37%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212012100.340.340.29359.0329.8159.22
HexB67879022221D1671e3b
Octal26617017104242355473673
Binary101101101111000111100101000101000101110110110011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67879; }

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

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

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

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

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

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

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

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