#B36874

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

Shades of Turkish Rose #B36874

Tints of Turkish Rose #B36874

Color information

#B36874 (or 0xB36874) is unknown color: approx Turkish Rose. HEX triplet: B3, 68 and 74. RGB value is (179,104,116). Sum of RGB (Red+Green+Blue) = 179+104+116=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B36874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36874 is #4C978B. Grayscale: #7F7F7F. Windows color (decimal): -5019532 or 7628979. OLE color: 7628979.

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

Color convert

RGB179104116-
CMYK00.420.350.30
HSL350.4º33.04%55.49%-
HSV(B)350.4º41.9%70.2%-
XYZ26.6920.7519.12-
YUV127.79121.35164.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=44.86%
G=26.07%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910411600.420.350.30350.433.0455.49
HexB3687402A231E15e2137
Octal26315016405243365364167
Binary1011001111010001110100010101010001111110101011110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36874; }

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

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

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

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

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

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

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

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