#B8797C

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

Shades of Turkish Rose #B8797C

Tints of Turkish Rose #B8797C

Color information

#B8797C (or 0xB8797C) is unknown color: approx Turkish Rose. HEX triplet: B8, 79 and 7C. RGB value is (184,121,124). Sum of RGB (Red+Green+Blue) = 184+121+124=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8797C is #478683. Grayscale: #8C8C8C. Windows color (decimal): -4687492 or 8157624. OLE color: 8157624.

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

Color convert

RGB184121124-
CMYK00.340.330.28
HSL357.14º30.73%59.8%-
HSV(B)357.14º34.24%72.16%-
XYZ30.2425.3222.36-
YUV140.18118.87159.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=42.89%
G=28.21%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412112400.340.330.28357.1430.7359.8
HexB8797C022211C1651f3c
Octal27017117404241345453774
Binary101110001111001111110001000101000011110010110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8797C; }

 p { color: rgb(184,121,124); }

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

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

 a { background-color: rgb(184,121,124); }

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

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

 span { border-color: rgb(184,121,124); }

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