#B4626B

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

Shades of Blush #B4626B

Tints of Blush #B4626B

Color information

#B4626B (or 0xB4626B) is unknown color: approx Blush. HEX triplet: B4, 62 and 6B. RGB value is (180,98,107). Sum of RGB (Red+Green+Blue) = 180+98+107=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4626B is #4B9D94. Grayscale: #7B7B7B. Windows color (decimal): -4955541 or 7037620. OLE color: 7037620.

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

Color convert

RGB18098107-
CMYK00.460.410.29
HSL353.41º35.34%54.51%-
HSV(B)353.41º45.56%70.59%-
XYZ25.8419.516.31-
YUV123.54118.67168.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=46.75%
G=25.45%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809810700.460.410.29353.4135.3454.51
HexB4626B02E291D1612337
Octal26414215305651355414367
Binary1011010011000101101011010111010100111101101100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4626B; }

 p { color: rgb(180,98,107); }

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

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

 a { background-color: rgb(180,98,107); }

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

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

 span { border-color: rgb(180,98,107); }

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