#B5636B

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

Shades of Turkish Rose #B5636B

Tints of Turkish Rose #B5636B

Color information

#B5636B (or 0xB5636B) is unknown color: approx Turkish Rose. HEX triplet: B5, 63 and 6B. RGB value is (181,99,107). Sum of RGB (Red+Green+Blue) = 181+99+107=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5636B is #4A9C94. Grayscale: #7C7C7C. Windows color (decimal): -4889749 or 7037877. OLE color: 7037877.

HSL color Cylindrical-coordinate representation of color #B5636B: hue angle of 354.15º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5636B is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18199107-
CMYK00.450.410.29
HSL354.15º35.65%54.9%-
HSV(B)354.15º45.3%70.98%-
XYZ26.1719.8116.35-
YUV124.43118.17168.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 107 (42.19% from 255) = 27.65%
R=46.77%
G=25.58%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819910700.450.410.29354.1535.6554.9
HexB5636B02D291D1622437
Octal26514315305551355424467
Binary1011010111000111101011010110110100111101101100010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5636B; }

 p { color: rgb(181,99,107); }

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

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

 a { background-color: rgb(181,99,107); }

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

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

 span { border-color: rgb(181,99,107); }

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