#B36671

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

Shades of Turkish Rose #B36671

Tints of Turkish Rose #B36671

Color information

#B36671 (or 0xB36671) is unknown color: approx Turkish Rose. HEX triplet: B3, 66 and 71. RGB value is (179,102,113). Sum of RGB (Red+Green+Blue) = 179+102+113=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B36671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36671 is #4C998E. Grayscale: #7E7E7E. Windows color (decimal): -5020047 or 7431859. OLE color: 7431859.

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

Color convert

RGB179102113-
CMYK00.430.370.30
HSL351.43º33.62%55.1%-
HSV(B)351.43º43.02%70.2%-
XYZ26.3220.2818.15-
YUV126.28120.51165.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=45.43%
G=25.89%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910211300.430.370.30351.4333.6255.1
HexB3667102B251E15f2237
Octal26314616105345365374267
Binary1011001111001101110001010101110010111110101011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36671; }

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

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

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

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

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

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

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

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