#B6636A

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

Shades of Blush #B6636A

Tints of Blush #B6636A

Color information

#B6636A (or 0xB6636A) is unknown color: approx Blush. HEX triplet: B6, 63 and 6A. RGB value is (182,99,106). Sum of RGB (Red+Green+Blue) = 182+99+106=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B6636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6636A is #499C95. Grayscale: #7C7C7C. Windows color (decimal): -4824214 or 6972342. OLE color: 6972342.

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

Color convert

RGB18299106-
CMYK00.460.420.29
HSL354.94º36.24%55.1%-
HSV(B)354.94º45.6%71.37%-
XYZ26.3519.9116.09-
YUV124.62117.5168.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=47.03%
G=25.58%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829910600.460.420.29354.9436.2455.1
HexB6636A02E2A1D1632437
Octal26614315205652355434467
Binary1011011011000111101010010111010101011101101100011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6636A; }

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

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

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

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

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

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

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

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