#B97A7B

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

Shades of Turkish Rose #B97A7B

Tints of Turkish Rose #B97A7B

Color information

#B97A7B (or 0xB97A7B) is unknown color: approx Turkish Rose. HEX triplet: B9, 7A and 7B. RGB value is (185,122,123). Sum of RGB (Red+Green+Blue) = 185+122+123=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97A7B is #468584. Grayscale: #8D8D8D. Windows color (decimal): -4621701 or 8092345. OLE color: 8092345.

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

Color convert

RGB185122123-
CMYK00.340.340.27
HSL359.05º31.03%60.2%-
HSV(B)359.05º34.05%72.55%-
XYZ30.5425.6622.08-
YUV140.95117.87159.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=43.02%
G=28.37%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512212300.340.340.27359.0531.0360.2
HexB97A7B022221B1671f3c
Octal27117217304242335473774
Binary101110011111010111101101000101000101101110110011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A7B; }

 p { color: rgb(185,122,123); }

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

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

 a { background-color: rgb(185,122,123); }

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

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

 span { border-color: rgb(185,122,123); }

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