#B45763

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

Shades of Blush #B45763

Tints of Blush #B45763

Color information

#B45763 (or 0xB45763) is unknown color: approx Blush. HEX triplet: B4, 57 and 63. RGB value is (180,87,99). Sum of RGB (Red+Green+Blue) = 180+87+99=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B45763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45763 is #4BA89C. Grayscale: #747474. Windows color (decimal): -4958365 or 6510516. OLE color: 6510516.

HSL color Cylindrical-coordinate representation of color #B45763: hue angle of 352.26º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45763 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB1808799-
CMYK00.520.450.29
HSL352.26º38.27%52.35%-
HSV(B)352.26º51.67%70.59%-
XYZ24.4817.4213.88-
YUV116.18118.31173.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=49.18%
G=23.77%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180879900.520.450.29352.2638.2752.35
HexB457630342D1D1602634
Octal26412714306455355404664
Binary1011010010101111100011011010010110111101101100000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45763; }

 p { color: rgb(180,87,99); }

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

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

 a { background-color: rgb(180,87,99); }

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

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

 span { border-color: rgb(180,87,99); }

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