#B36869

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

Shades of Turkish Rose #B36869

Tints of Turkish Rose #B36869

Color information

#B36869 (or 0xB36869) is unknown color: approx Turkish Rose. HEX triplet: B3, 68 and 69. RGB value is (179,104,105). Sum of RGB (Red+Green+Blue) = 179+104+105=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B36869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36869 is #4C9796. Grayscale: #7E7E7E. Windows color (decimal): -5019543 or 6908083. OLE color: 6908083.

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

Color convert

RGB179104105-
CMYK00.420.410.30
HSL359.2º33.04%55.49%-
HSV(B)359.2º41.9%70.2%-
XYZ26.0920.515.95-
YUV126.54115.85165.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=46.13%
G=26.80%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910410500.420.410.30359.233.0455.49
HexB3686902A291E1672137
Octal26315015105251365474167
Binary1011001111010001101001010101010100111110101100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36869; }

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

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

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

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

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

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

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

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