Html Css Color HEX #B45063 Blush

📋 copy color: '#B45063'

red 180 ◦ green 80 ◦ blue 99

#B45063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #B45063

Tints of Blush #B45063

RGB

 RED value IS 180 (70.7% from 255) = 50.14%

 GREEN value IS 80 (31.64% from 255) = 22.28%

 BLUE value IS 99 (39.06% from 255) = 27.58%

R = 50.14%
G = 22.28%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B45063 (or 0xB45063) is known color: Blush. HEX triplet: B4, 50 and 63. RGB value is (180,80,99). Sum of RGB (Red+Green+Blue) = 180+80+99=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B45063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45063 is #4BAF9C. Grayscale: #707070. Windows color (decimal): -4960157 or 6508724. OLE color: 6508724.

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

Color convert

RGB 180 80 99 -
CMYK 0 0.56 0.45 0.29
HSL 348.6º 0.4% 0.51% -
HSV(B) 348.6º 0.56% 0.71% -
XYZ 23.94 16.34 13.7 -
YUV 112.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 180 80 99 0 0.56 0.45 0.29 348.6 0.4 0.51
Hex B4 50 63 0 38 2D 1D 15D 28 33
Octal 264 120 143 0 70 55 35 535 50 63
Binary 10110100 1010000 1100011 0 111000 101101 11101 101011101 101000 110011

Color Harmonies of #B45063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45063

Black with #B45063

Text Example


Text Example

White with #B45063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45063; }

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

 H1.HeaderClassName
 {
   color: #B45063;
 }
 .AnyTagClassName
 {
   color: #B45063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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