Html Css Color HEX #B5526D Blush

📋 copy color: '#B5526D'

red 181 ◦ green 82 ◦ blue 109

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

Shades of Blush #B5526D

Tints of Blush #B5526D

RGB

 RED value IS 181 (71.09% from 255) = 48.66%

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

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 48.66%
G = 22.04%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5526D (or 0xB5526D) is known color: Blush. HEX triplet: B5, 52 and 6D. RGB value is (181,82,109). Sum of RGB (Red+Green+Blue) = 181+82+109=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5526D is #4AAD92. Grayscale: #727272. Windows color (decimal): -4894099 or 7164597. OLE color: 7164597.

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

Color convert

RGB 181 82 109 -
CMYK 0 0.55 0.40 0.29
HSL 343.64º 0.4% 0.52% -
HSV(B) 343.64º 0.55% 0.71% -
XYZ 24.83 16.96 16.43 -
YUV 114.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 181 82 109 0 0.55 0.40 0.29 343.64 0.4 0.52
Hex B5 52 6D 0 37 28 1D 158 28 34
Octal 265 122 155 0 67 50 35 530 50 64
Binary 10110101 1010010 1101101 0 110111 101000 11101 101011000 101000 110100

Color Harmonies of #B5526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5526D

Black with #B5526D

Text Example


Text Example

White with #B5526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5526D; }

 p { color: rgb(181,82,109); }

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

background-color css

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

 a { background-color: rgb(181,82,109); }

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

border-color css

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

 span { border-color: rgb(181,82,109); }

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