Html Css Color HEX #B4525D Blush

📋 copy color: '#B4525D'

red 180 ◦ green 82 ◦ blue 93

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

Shades of Blush #B4525D

Tints of Blush #B4525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.1%

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 50.7%
G = 23.1%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4525D (or 0xB4525D) is known color: Blush. HEX triplet: B4, 52 and 5D. RGB value is (180,82,93). Sum of RGB (Red+Green+Blue) = 180+82+93=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4525D is #4BADA2. Grayscale: #707070. Windows color (decimal): -4959651 or 6116020. OLE color: 6116020.

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

Color convert

RGB 180 82 93 -
CMYK 0 0.54 0.48 0.29
HSL 353.27º 0.4% 0.51% -
HSV(B) 353.27º 0.54% 0.71% -
XYZ 23.82 16.53 12.29 -
YUV 112.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 180 82 93 0 0.54 0.48 0.29 353.27 0.4 0.51
Hex B4 52 5D 0 36 30 1D 161 28 33
Octal 264 122 135 0 66 60 35 541 50 63
Binary 10110100 1010010 1011101 0 110110 110000 11101 101100001 101000 110011

Color Harmonies of #B4525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4525D

Black with #B4525D

Text Example


Text Example

White with #B4525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4525D; }

 p { color: rgb(180,82,93); }

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

background-color css

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

 a { background-color: rgb(180,82,93); }

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

border-color css

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

 span { border-color: rgb(180,82,93); }

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