#B45766

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

Shades of Blush #B45766

Tints of Blush #B45766

Color information

#B45766 (or 0xB45766) is unknown color: approx Blush. HEX triplet: B4, 57 and 66. RGB value is (180,87,102). Sum of RGB (Red+Green+Blue) = 180+87+102=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B45766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45766 is #4BA899. Grayscale: #747474. Windows color (decimal): -4958362 or 6707124. OLE color: 6707124.

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

Color convert

RGB18087102-
CMYK00.520.430.29
HSL350.32º38.27%52.35%-
HSV(B)350.32º51.67%70.59%-
XYZ24.6317.4814.65-
YUV116.52119.81173.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=48.78%
G=23.58%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808710200.520.430.29350.3238.2752.35
HexB457660342B1D15e2634
Octal26412714606453355364664
Binary1011010010101111100110011010010101111101101011110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45766; }

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

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

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

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

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

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

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

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