#B0787A

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

Shades of Turkish Rose #B0787A

Tints of Turkish Rose #B0787A

Color information

#B0787A (or 0xB0787A) is unknown color: approx Turkish Rose. HEX triplet: B0, 78 and 7A. RGB value is (176,120,122). Sum of RGB (Red+Green+Blue) = 176+120+122=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0787A is #4F8785. Grayscale: #898989. Windows color (decimal): -5212038 or 8026288. OLE color: 8026288.

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

Color convert

RGB176120122-
CMYK00.320.310.31
HSL357.86º26.17%58.04%-
HSV(B)357.86º31.82%69.02%-
XYZ28.1324.0721.58-
YUV136.97119.55155.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=42.11%
G=28.71%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612012200.320.310.31357.8626.1758.04
HexB0787A0201F1F1661a3a
Octal26017017204037375463272
Binary10110000111100011110100100000111111111110110011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0787A; }

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

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

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

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

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

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

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

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