#B36364

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

Shades of Turkish Rose #B36364

Tints of Turkish Rose #B36364

Color information

#B36364 (or 0xB36364) is unknown color: approx Turkish Rose. HEX triplet: B3, 63 and 64. RGB value is (179,99,100). Sum of RGB (Red+Green+Blue) = 179+99+100=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B36364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36364 is #4C9C9B. Grayscale: #7B7B7B. Windows color (decimal): -5020828 or 6579123. OLE color: 6579123.

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

Color convert

RGB17999100-
CMYK00.450.440.30
HSL359.25º34.48%54.51%-
HSV(B)359.25º44.69%70.2%-
XYZ25.3519.4314.47-
YUV123.03115167.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 100 (39.45% from 255) = 26.46%
R=47.35%
G=26.19%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799910000.450.440.30359.2534.4854.51
HexB3636402D2C1E1672237
Octal26314314405554365474267
Binary1011001111000111100100010110110110011110101100111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36364; }

 p { color: rgb(179,99,100); }

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

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

 a { background-color: rgb(179,99,100); }

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

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

 span { border-color: rgb(179,99,100); }

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