#B5767B

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

Shades of Turkish Rose #B5767B

Tints of Turkish Rose #B5767B

Color information

#B5767B (or 0xB5767B) is unknown color: approx Turkish Rose. HEX triplet: B5, 76 and 7B. RGB value is (181,118,123). Sum of RGB (Red+Green+Blue) = 181+118+123=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5767B is #4A8984. Grayscale: #898989. Windows color (decimal): -4884869 or 8091317. OLE color: 8091317.

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

Color convert

RGB181118123-
CMYK00.350.320.29
HSL355.24º29.86%58.63%-
HSV(B)355.24º34.81%70.98%-
XYZ29.1124.2121.88-
YUV137.41119.87159.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=42.89%
G=27.96%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111812300.350.320.29355.2429.8658.63
HexB5767B023201D1631e3b
Octal26516617304340355433673
Binary101101011110110111101101000111000001110110110001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5767B; }

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

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

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

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

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

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

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

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