#BB636C

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

Shades of Blush #BB636C

Tints of Blush #BB636C

Color information

#BB636C (or 0xBB636C) is unknown color: approx Blush. HEX triplet: BB, 63 and 6C. RGB value is (187,99,108). Sum of RGB (Red+Green+Blue) = 187+99+108=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB636C is #449C93. Grayscale: #7E7E7E. Windows color (decimal): -4496532 or 7103419. OLE color: 7103419.

HSL color Cylindrical-coordinate representation of color #BB636C: hue angle of 353.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB636C is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18799108-
CMYK00.470.420.27
HSL353.86º39.29%56.08%-
HSV(B)353.86º47.06%73.33%-
XYZ27.6620.5716.7-
YUV126.34117.65171.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=47.46%
G=25.13%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879910800.470.420.27353.8639.2956.08
HexBB636C02F2A1B1622738
Octal27314315405752335424770
Binary1011101111000111101100010111110101011011101100010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB636C; }

 p { color: rgb(187,99,108); }

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

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

 a { background-color: rgb(187,99,108); }

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

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

 span { border-color: rgb(187,99,108); }

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