#BB636B

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

Shades of Blush #BB636B

Tints of Blush #BB636B

Color information

#BB636B (or 0xBB636B) is unknown color: approx Blush. HEX triplet: BB, 63 and 6B. RGB value is (187,99,107). Sum of RGB (Red+Green+Blue) = 187+99+107=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB636B is #449C94. Grayscale: #7E7E7E. Windows color (decimal): -4496533 or 7037883. OLE color: 7037883.

HSL color Cylindrical-coordinate representation of color #BB636B: hue angle of 354.55º 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 #BB636B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18799107-
CMYK00.470.430.27
HSL354.55º39.29%56.08%-
HSV(B)354.55º47.06%73.33%-
XYZ27.6120.5516.42-
YUV126.22117.15171.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=47.58%
G=25.19%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879910700.470.430.27354.5539.2956.08
HexBB636B02F2B1B1632738
Octal27314315305753335434770
Binary1011101111000111101011010111110101111011101100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB636B; }

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

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

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

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

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

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

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

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