#B45369

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

Shades of Blush #B45369

Tints of Blush #B45369

Color information

#B45369 (or 0xB45369) is unknown color: approx Blush. HEX triplet: B4, 53 and 69. RGB value is (180,83,105). Sum of RGB (Red+Green+Blue) = 180+83+105=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B45369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45369 is #4BAC96. Grayscale: #727272. Windows color (decimal): -4959383 or 6902708. OLE color: 6902708.

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

Color convert

RGB18083105-
CMYK00.540.420.29
HSL346.39º39.27%51.57%-
HSV(B)346.39º53.89%70.59%-
XYZ24.4716.9115.34-
YUV114.51122.64174.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=48.91%
G=22.55%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808310500.540.420.29346.3939.2751.57
HexB453690362A1D15a2734
Octal26412315106652355324764
Binary1011010010100111101001011011010101011101101011010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45369; }

 p { color: rgb(180,83,105); }

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

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

 a { background-color: rgb(180,83,105); }

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

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

 span { border-color: rgb(180,83,105); }

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