#B45066

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

Shades of Blush #B45066

Tints of Blush #B45066

Color information

#B45066 (or 0xB45066) is unknown color: approx Blush. HEX triplet: B4, 50 and 66. RGB value is (180,80,102). Sum of RGB (Red+Green+Blue) = 180+80+102=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B45066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45066 is #4BAF99. Grayscale: #707070. Windows color (decimal): -4960154 or 6705332. OLE color: 6705332.

HSL color Cylindrical-coordinate representation of color #B45066: hue angle of 346.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45066 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18080102-
CMYK00.560.430.29
HSL346.8º40%50.98%-
HSV(B)346.8º55.56%70.59%-
XYZ24.0916.414.47-
YUV112.41122.13176.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 102 (40.23% from 255) = 28.18%
R=49.72%
G=22.10%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808010200.560.430.29346.84050.98
HexB450660382B1D15b2833
Octal26412014607053355335063
Binary1011010010100001100110011100010101111101101011011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45066; }

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

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

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

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

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

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

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

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