#B0787B

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

Shades of Turkish Rose #B0787B

Tints of Turkish Rose #B0787B

Color information

#B0787B (or 0xB0787B) is unknown color: approx Turkish Rose. HEX triplet: B0, 78 and 7B. RGB value is (176,120,123). Sum of RGB (Red+Green+Blue) = 176+120+123=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0787B is #4F8784. Grayscale: #898989. Windows color (decimal): -5212037 or 8091824. OLE color: 8091824.

HSL color Cylindrical-coordinate representation of color #B0787B: hue angle of 356.79º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0787B is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176120123-
CMYK00.320.300.31
HSL356.79º26.17%58.04%-
HSV(B)356.79º31.82%69.02%-
XYZ28.224.0921.9-
YUV137.09120.05155.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=42.00%
G=28.64%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612012300.320.300.31356.7926.1758.04
HexB0787B0201E1F1651a3a
Octal26017017304036375453272
Binary10110000111100011110110100000111101111110110010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0787B; }

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

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

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

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

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

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

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

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