#B97C7D

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

Shades of Turkish Rose #B97C7D

Tints of Turkish Rose #B97C7D

Color information

#B97C7D (or 0xB97C7D) is unknown color: approx Turkish Rose. HEX triplet: B9, 7C and 7D. RGB value is (185,124,125). Sum of RGB (Red+Green+Blue) = 185+124+125=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C7D is #468382. Grayscale: #8E8E8E. Windows color (decimal): -4621187 or 8223929. OLE color: 8223929.

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

Color convert

RGB185124125-
CMYK00.330.320.27
HSL359.02º30.35%60.59%-
HSV(B)359.02º32.97%72.55%-
XYZ30.9226.2122.83-
YUV142.35118.21158.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=42.63%
G=28.57%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512412500.330.320.27359.0230.3560.59
HexB97C7D021201B1671e3d
Octal27117417504140335473675
Binary101110011111100111110101000011000001101110110011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C7D; }

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

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

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

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

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

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

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

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