#B6636D

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

Shades of Turkish Rose #B6636D

Tints of Turkish Rose #B6636D

Color information

#B6636D (or 0xB6636D) is unknown color: approx Turkish Rose. HEX triplet: B6, 63 and 6D. RGB value is (182,99,109). Sum of RGB (Red+Green+Blue) = 182+99+109=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6636D is #499C92. Grayscale: #7C7C7C. Windows color (decimal): -4824211 or 7168950. OLE color: 7168950.

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

Color convert

RGB18299109-
CMYK00.460.400.29
HSL352.77º36.24%55.1%-
HSV(B)352.77º45.6%71.37%-
XYZ26.5119.9716.93-
YUV124.96119168.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=46.67%
G=25.38%
B=27.95%

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
Decimal1829910900.460.400.29352.7736.2455.1
HexB6636D02E281D1612437
Octal26614315505650355414467
Binary1011011011000111101101010111010100011101101100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6636D; }

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

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

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

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

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

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

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

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