Html Css Color HEX #B8526D Blush

📋 copy color: '#B8526D'

red 184 ◦ green 82 ◦ blue 109

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

Shades of Blush #B8526D

Tints of Blush #B8526D

RGB

 RED value IS 184 (72.27% from 255) = 49.07%

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

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

R = 49.07%
G = 21.87%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8526D (or 0xB8526D) is known color: Blush. HEX triplet: B8, 52 and 6D. RGB value is (184,82,109). Sum of RGB (Red+Green+Blue) = 184+82+109=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8526D is #47AD92. Grayscale: #737373. Windows color (decimal): -4697491 or 7164600. OLE color: 7164600.

HSL color Cylindrical-coordinate representation of color #B8526D: hue angle of 344.12º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8526D is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 82 109 -
CMYK 0 0.55 0.41 0.28
HSL 344.12º 0.42% 0.52% -
HSV(B) 344.12º 0.55% 0.72% -
XYZ 25.54 17.33 16.47 -
YUV 115.58 124.29 176.8 -
System Red Green Blue C M Y K H S L
Decimal 184 82 109 0 0.55 0.41 0.28 344.12 0.42 0.52
Hex B8 52 6D 0 37 29 1C 158 2A 34
Octal 270 122 155 0 67 51 34 530 52 64
Binary 10111000 1010010 1101101 0 110111 101001 11100 101011000 101010 110100

Color Harmonies of #B8526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8526D

Black with #B8526D

Text Example


Text Example

White with #B8526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8526D; }

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

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

background-color css

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

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

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

border-color css

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

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

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