#B0787E

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

Shades of Turkish Rose #B0787E

Tints of Turkish Rose #B0787E

Color information

#B0787E (or 0xB0787E) is unknown color: approx Turkish Rose. HEX triplet: B0, 78 and 7E. RGB value is (176,120,126). Sum of RGB (Red+Green+Blue) = 176+120+126=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0787E is #4F8781. Grayscale: #898989. Windows color (decimal): -5212034 or 8288432. OLE color: 8288432.

HSL color Cylindrical-coordinate representation of color #B0787E: hue angle of 353.57º 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 #B0787E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB176120126-
CMYK00.320.280.31
HSL353.57º26.17%58.04%-
HSV(B)353.57º31.82%69.02%-
XYZ28.3924.1722.91-
YUV137.43121.55155.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=41.71%
G=28.44%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612012600.320.280.31353.5726.1758.04
HexB0787E0201C1F1621a3a
Octal26017017604034375423272
Binary10110000111100011111100100000111001111110110001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0787E; }

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

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

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

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

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

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

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

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