#B3636D

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

Shades of Turkish Rose #B3636D

Tints of Turkish Rose #B3636D

Color information

#B3636D (or 0xB3636D) is unknown color: approx Turkish Rose. HEX triplet: B3, 63 and 6D. RGB value is (179,99,109). Sum of RGB (Red+Green+Blue) = 179+99+109=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3636D is #4C9C92. Grayscale: #7C7C7C. Windows color (decimal): -5020819 or 7168947. OLE color: 7168947.

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

Color convert

RGB17999109-
CMYK00.450.390.30
HSL352.5º34.48%54.51%-
HSV(B)352.5º44.69%70.2%-
XYZ25.8119.6116.89-
YUV124.06119.5167.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 109 (42.97% from 255) = 28.17%
R=46.25%
G=25.58%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799910900.450.390.30352.534.4854.51
HexB3636D02D271E1602237
Octal26314315505547365404267
Binary1011001111000111101101010110110011111110101100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3636D; }

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

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

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

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

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

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

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

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