#B36568

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

Shades of Turkish Rose #B36568

Tints of Turkish Rose #B36568

Color information

#B36568 (or 0xB36568) is unknown color: approx Turkish Rose. HEX triplet: B3, 65 and 68. RGB value is (179,101,104). Sum of RGB (Red+Green+Blue) = 179+101+104=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B36568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36568 is #4C9A97. Grayscale: #7C7C7C. Windows color (decimal): -5020312 or 6841779. OLE color: 6841779.

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

Color convert

RGB179101104-
CMYK00.440.420.30
HSL357.69º33.91%54.9%-
HSV(B)357.69º43.58%70.2%-
XYZ25.7419.8915.58-
YUV124.66116.34166.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.61%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=46.61%
G=26.30%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910110400.440.420.30357.6933.9154.9
HexB3656802C2A1E1662237
Octal26314515005452365464267
Binary1011001111001011101000010110010101011110101100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36568; }

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

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

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

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

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

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

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

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