#B36877

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

Shades of Turkish Rose #B36877

Tints of Turkish Rose #B36877

Color information

#B36877 (or 0xB36877) is unknown color: approx Turkish Rose. HEX triplet: B3, 68 and 77. RGB value is (179,104,119). Sum of RGB (Red+Green+Blue) = 179+104+119=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B36877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36877 is #4C9788. Grayscale: #808080. Windows color (decimal): -5019529 or 7825587. OLE color: 7825587.

HSL color Cylindrical-coordinate representation of color #B36877: hue angle of 348º 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 #B36877 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB179104119-
CMYK00.420.340.30
HSL348º33.04%55.49%-
HSV(B)348º41.9%70.2%-
XYZ26.8720.8220.05-
YUV128.14122.85164.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=44.53%
G=25.87%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910411900.420.340.3034833.0455.49
HexB3687702A221E15c2137
Octal26315016705242365344167
Binary1011001111010001110111010101010001011110101011100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36877; }

 p { color: rgb(179,104,119); }

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

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

 a { background-color: rgb(179,104,119); }

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

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

 span { border-color: rgb(179,104,119); }

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