#B67679

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

Shades of Turkish Rose #B67679

Tints of Turkish Rose #B67679

Color information

#B67679 (or 0xB67679) is unknown color: approx Turkish Rose. HEX triplet: B6, 76 and 79. RGB value is (182,118,121). Sum of RGB (Red+Green+Blue) = 182+118+121=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B67679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67679 is #498986. Grayscale: #898989. Windows color (decimal): -4819335 or 7960246. OLE color: 7960246.

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

Color convert

RGB182118121-
CMYK00.350.340.29
HSL357.19º30.48%58.82%-
HSV(B)357.19º35.16%71.37%-
XYZ29.2224.2821.24-
YUV137.48118.7159.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=43.23%
G=28.03%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211812100.350.340.29357.1930.4858.82
HexB67679023221D1651e3b
Octal26616617104342355453673
Binary101101101110110111100101000111000101110110110010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67679; }

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

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

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

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

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

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

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

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