#B5767A

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

Shades of Turkish Rose #B5767A

Tints of Turkish Rose #B5767A

Color information

#B5767A (or 0xB5767A) is unknown color: approx Turkish Rose. HEX triplet: B5, 76 and 7A. RGB value is (181,118,122). Sum of RGB (Red+Green+Blue) = 181+118+122=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5767A is #4A8985. Grayscale: #898989. Windows color (decimal): -4884870 or 8025781. OLE color: 8025781.

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

Color convert

RGB181118122-
CMYK00.350.330.29
HSL356.19º29.86%58.63%-
HSV(B)356.19º34.81%70.98%-
XYZ29.0524.1921.55-
YUV137.29119.37159.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=42.99%
G=28.03%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111812200.350.330.29356.1929.8658.63
HexB5767A023211D1641e3b
Octal26516617204341355443673
Binary101101011110110111101001000111000011110110110010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5767A; }

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

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

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

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

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

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

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

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