Html Css Color HEX #B4576C Blush

📋 copy color: '#B4576C'

red 180 ◦ green 87 ◦ blue 108

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

Shades of Blush #B4576C

Tints of Blush #B4576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 48%
G = 23.2%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4576C (or 0xB4576C) is known color: Blush. HEX triplet: B4, 57 and 6C. RGB value is (180,87,108). Sum of RGB (Red+Green+Blue) = 180+87+108=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4576C is #4BA893. Grayscale: #757575. Windows color (decimal): -4958356 or 7100340. OLE color: 7100340.

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

Color convert

RGB 180 87 108 -
CMYK 0 0.52 0.40 0.29
HSL 346.45º 0.38% 0.52% -
HSV(B) 346.45º 0.52% 0.71% -
XYZ 24.94 17.6 16.27 -
YUV 117.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 180 87 108 0 0.52 0.40 0.29 346.45 0.38 0.52
Hex B4 57 6C 0 34 28 1D 15A 26 34
Octal 264 127 154 0 64 50 35 532 46 64
Binary 10110100 1010111 1101100 0 110100 101000 11101 101011010 100110 110100

Color Harmonies of #B4576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4576C

Black with #B4576C

Text Example


Text Example

White with #B4576C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4576C; }

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

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

background-color css

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

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

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

border-color css

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

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

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