#B6636E

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

Shades of Turkish Rose #B6636E

Tints of Turkish Rose #B6636E

Color information

#B6636E (or 0xB6636E) is unknown color: approx Turkish Rose. HEX triplet: B6, 63 and 6E. RGB value is (182,99,110). Sum of RGB (Red+Green+Blue) = 182+99+110=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B6636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6636E is #499C91. Grayscale: #7D7D7D. Windows color (decimal): -4824210 or 7234486. OLE color: 7234486.

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

Color convert

RGB18299110-
CMYK00.460.400.29
HSL352.05º36.24%55.1%-
HSV(B)352.05º45.6%71.37%-
XYZ26.5719.9917.21-
YUV125.07119.5168.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=46.55%
G=25.32%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829911000.460.400.29352.0536.2455.1
HexB6636E02E281D1602437
Octal26614315605650355404467
Binary1011011011000111101110010111010100011101101100000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6636E; }

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

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

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

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

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

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

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

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