#B97679

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

Shades of Turkish Rose #B97679

Tints of Turkish Rose #B97679

Color information

#B97679 (or 0xB97679) is unknown color: approx Turkish Rose. HEX triplet: B9, 76 and 79. RGB value is (185,118,121). Sum of RGB (Red+Green+Blue) = 185+118+121=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B97679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97679 is #468986. Grayscale: #8A8A8A. Windows color (decimal): -4622727 or 7960249. OLE color: 7960249.

HSL color Cylindrical-coordinate representation of color #B97679: hue angle of 357.31º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B97679 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB185118121-
CMYK00.360.350.27
HSL357.31º32.37%59.41%-
HSV(B)357.31º36.22%72.55%-
XYZ29.9424.6521.27-
YUV138.38118.2161.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=43.63%
G=27.83%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511812100.360.350.27357.3132.3759.41
HexB97679024231B165203b
Octal27116617104443335454073
Binary1011100111101101111001010010010001111011101100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97679; }

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

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

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

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

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

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

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

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