#B5676F

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

Shades of Turkish Rose #B5676F

Tints of Turkish Rose #B5676F

Color information

#B5676F (or 0xB5676F) is unknown color: approx Turkish Rose. HEX triplet: B5, 67 and 6F. RGB value is (181,103,111). Sum of RGB (Red+Green+Blue) = 181+103+111=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5676F is #4A9890. Grayscale: #7F7F7F. Windows color (decimal): -4888721 or 7301045. OLE color: 7301045.

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

Color convert

RGB181103111-
CMYK00.430.390.29
HSL353.85º34.51%55.69%-
HSV(B)353.85º43.09%70.98%-
XYZ26.7820.6717.62-
YUV127.23118.84166.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=45.82%
G=26.08%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110311100.430.390.29353.8534.5155.69
HexB5676F02B271D1622338
Octal26514715705347355424370
Binary1011010111001111101111010101110011111101101100010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5676F; }

 p { color: rgb(181,103,111); }

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

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

 a { background-color: rgb(181,103,111); }

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

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

 span { border-color: rgb(181,103,111); }

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