#B36369

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

Shades of Turkish Rose #B36369

Tints of Turkish Rose #B36369

Color information

#B36369 (or 0xB36369) is unknown color: approx Turkish Rose. HEX triplet: B3, 63 and 69. RGB value is (179,99,105). Sum of RGB (Red+Green+Blue) = 179+99+105=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B36369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36369 is #4C9C96. Grayscale: #7B7B7B. Windows color (decimal): -5020823 or 6906803. OLE color: 6906803.

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

Color convert

RGB17999105-
CMYK00.450.410.30
HSL355.5º34.48%54.51%-
HSV(B)355.5º44.69%70.2%-
XYZ25.619.5315.78-
YUV123.6117.5167.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=46.74%
G=25.85%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799910500.450.410.30355.534.4854.51
HexB3636902D291E1642237
Octal26314315105551365444267
Binary1011001111000111101001010110110100111110101100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36369; }

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

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

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

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

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

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

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

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