#B36A75

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

Shades of Turkish Rose #B36A75

Tints of Turkish Rose #B36A75

Color information

#B36A75 (or 0xB36A75) is unknown color: approx Turkish Rose. HEX triplet: B3, 6A and 75. RGB value is (179,106,117). Sum of RGB (Red+Green+Blue) = 179+106+117=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36A75 is #4C958A. Grayscale: #818181. Windows color (decimal): -5019019 or 7695027. OLE color: 7695027.

HSL color Cylindrical-coordinate representation of color #B36A75: hue angle of 350.96º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36A75 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB179106117-
CMYK00.410.350.30
HSL350.96º32.44%55.88%-
HSV(B)350.96º40.78%70.2%-
XYZ26.9621.1819.5-
YUV129.08121.18163.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 106 (41.80% from 255) = 26.37%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=44.53%
G=26.37%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910611700.410.350.30350.9632.4455.88
HexB36A75029231E15f2038
Octal26315216505143365374070
Binary1011001111010101110101010100110001111110101011111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36A75; }

 p { color: rgb(179,106,117); }

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

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

 a { background-color: rgb(179,106,117); }

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

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

 span { border-color: rgb(179,106,117); }

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