#B2717A

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

Shades of Turkish Rose #B2717A

Tints of Turkish Rose #B2717A

Color information

#B2717A (or 0xB2717A) is unknown color: approx Turkish Rose. HEX triplet: B2, 71 and 7A. RGB value is (178,113,122). Sum of RGB (Red+Green+Blue) = 178+113+122=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B2717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2717A is #4D8E85. Grayscale: #858585. Windows color (decimal): -5082758 or 8024498. OLE color: 8024498.

HSL color Cylindrical-coordinate representation of color #B2717A: hue angle of 351.69º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2717A is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB178113122-
CMYK00.370.310.30
HSL351.69º29.68%57.06%-
HSV(B)351.69º36.52%69.8%-
XYZ27.7822.6821.33-
YUV133.46121.53159.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=43.10%
G=27.36%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811312200.370.310.30351.6929.6857.06
HexB2717A0251F1E1601e39
Octal26216117204537365403671
Binary10110010111000111110100100101111111111010110000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2717A; }

 p { color: rgb(178,113,122); }

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

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

 a { background-color: rgb(178,113,122); }

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

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

 span { border-color: rgb(178,113,122); }

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