#B36771

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

Shades of Turkish Rose #B36771

Tints of Turkish Rose #B36771

Color information

#B36771 (or 0xB36771) is unknown color: approx Turkish Rose. HEX triplet: B3, 67 and 71. RGB value is (179,103,113). Sum of RGB (Red+Green+Blue) = 179+103+113=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B36771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36771 is #4C988E. Grayscale: #7E7E7E. Windows color (decimal): -5019791 or 7432115. OLE color: 7432115.

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

Color convert

RGB179103113-
CMYK00.420.370.30
HSL352.11º33.33%55.29%-
HSV(B)352.11º42.46%70.2%-
XYZ26.4220.4818.18-
YUV126.86120.18165.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=45.32%
G=26.08%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910311300.420.370.30352.1133.3355.29
HexB3677102A251E1602137
Octal26314716105245365404167
Binary1011001111001111110001010101010010111110101100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36771; }

 p { color: rgb(179,103,113); }

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

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

 a { background-color: rgb(179,103,113); }

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

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

 span { border-color: rgb(179,103,113); }

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