#B97D7E

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

Shades of Turkish Rose #B97D7E

Tints of Turkish Rose #B97D7E

Color information

#B97D7E (or 0xB97D7E) is unknown color: approx Turkish Rose. HEX triplet: B9, 7D and 7E. RGB value is (185,125,126). Sum of RGB (Red+Green+Blue) = 185+125+126=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D7E is #468281. Grayscale: #8F8F8F. Windows color (decimal): -4620930 or 8289721. OLE color: 8289721.

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

Color convert

RGB185125126-
CMYK00.320.320.27
HSL359º30%60.78%-
HSV(B)359º32.43%72.55%-
XYZ31.1126.4923.21-
YUV143.05118.38157.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 125 (49.22% from 255) = 28.67%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=42.43%
G=28.67%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512512600.320.320.273593060.78
HexB97D7E020201B1671e3d
Octal27117517604040335473675
Binary101110011111101111111001000001000001101110110011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D7E; }

 p { color: rgb(185,125,126); }

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

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

 a { background-color: rgb(185,125,126); }

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

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

 span { border-color: rgb(185,125,126); }

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