#B8787B

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

Shades of Turkish Rose #B8787B

Tints of Turkish Rose #B8787B

Color information

#B8787B (or 0xB8787B) is unknown color: approx Turkish Rose. HEX triplet: B8, 78 and 7B. RGB value is (184,120,123). Sum of RGB (Red+Green+Blue) = 184+120+123=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8787B is #478784. Grayscale: #8B8B8B. Windows color (decimal): -4687749 or 8091832. OLE color: 8091832.

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

Color convert

RGB184120123-
CMYK00.350.330.28
HSL357.19º31.07%59.61%-
HSV(B)357.19º34.78%72.16%-
XYZ30.0625.0521.99-
YUV139.48118.7159.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=43.09%
G=28.10%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412012300.350.330.28357.1931.0759.61
HexB8787B023211C1651f3c
Octal27017017304341345453774
Binary101110001111000111101101000111000011110010110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8787B; }

 p { color: rgb(184,120,123); }

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

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

 a { background-color: rgb(184,120,123); }

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

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

 span { border-color: rgb(184,120,123); }

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