#B45C6B

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

Shades of Blush #B45C6B

Tints of Blush #B45C6B

Color information

#B45C6B (or 0xB45C6B) is unknown color: approx Blush. HEX triplet: B4, 5C and 6B. RGB value is (180,92,107). Sum of RGB (Red+Green+Blue) = 180+92+107=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C6B is #4BA394. Grayscale: #787878. Windows color (decimal): -4957077 or 7036084. OLE color: 7036084.

HSL color Cylindrical-coordinate representation of color #B45C6B: hue angle of 349.77º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45C6B is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18092107-
CMYK00.490.410.29
HSL349.77º36.97%53.33%-
HSV(B)349.77º48.89%70.59%-
XYZ25.318.4216.13-
YUV120.02120.65170.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 107 (42.19% from 255) = 28.23%
R=47.49%
G=24.27%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809210700.490.410.29349.7736.9753.33
HexB45C6B031291D15e2535
Octal26413415306151355364565
Binary1011010010111001101011011000110100111101101011110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C6B; }

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

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

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

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

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

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

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

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