#B5787A

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

Shades of Turkish Rose #B5787A

Tints of Turkish Rose #B5787A

Color information

#B5787A (or 0xB5787A) is unknown color: approx Turkish Rose. HEX triplet: B5, 78 and 7A. RGB value is (181,120,122). Sum of RGB (Red+Green+Blue) = 181+120+122=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5787A is #4A8785. Grayscale: #8A8A8A. Windows color (decimal): -4884358 or 8026293. OLE color: 8026293.

HSL color Cylindrical-coordinate representation of color #B5787A: hue angle of 358.03º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5787A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB181120122-
CMYK00.340.330.29
HSL358.03º29.19%59.02%-
HSV(B)358.03º33.7%70.98%-
XYZ29.2924.6621.63-
YUV138.47118.71158.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=42.79%
G=28.37%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112012200.340.330.29358.0329.1959.02
HexB5787A022211D1661d3b
Octal26517017204241355463573
Binary101101011111000111101001000101000011110110110011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5787A; }

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

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

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

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

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

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

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

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