#B5636E

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

Shades of Turkish Rose #B5636E

Tints of Turkish Rose #B5636E

Color information

#B5636E (or 0xB5636E) is unknown color: approx Turkish Rose. HEX triplet: B5, 63 and 6E. RGB value is (181,99,110). Sum of RGB (Red+Green+Blue) = 181+99+110=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5636E is #4A9C91. Grayscale: #7C7C7C. Windows color (decimal): -4889746 or 7234485. OLE color: 7234485.

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

Color convert

RGB18199110-
CMYK00.450.390.29
HSL351.95º35.65%54.9%-
HSV(B)351.95º45.3%70.98%-
XYZ26.3319.8717.2-
YUV124.77119.67168.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=46.41%
G=25.38%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819911000.450.390.29351.9535.6554.9
HexB5636E02D271D1602437
Octal26514315605547355404467
Binary1011010111000111101110010110110011111101101100000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5636E; }

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

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

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

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

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

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

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

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