Html Css Color HEX #B8555D Blush

📋 copy color: '#B8555D'

red 184 ◦ green 85 ◦ blue 93

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

Shades of Blush #B8555D

Tints of Blush #B8555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.48%

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

R = 50.83%
G = 23.48%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8555D (or 0xB8555D) is known color: Blush. HEX triplet: B8, 55 and 5D. RGB value is (184,85,93). Sum of RGB (Red+Green+Blue) = 184+85+93=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8555D is #47AAA2. Grayscale: #737373. Windows color (decimal): -4696739 or 6116792. OLE color: 6116792.

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

Color convert

RGB 184 85 93 -
CMYK 0 0.54 0.49 0.28
HSL 355.15º 0.41% 0.53% -
HSV(B) 355.15º 0.54% 0.72% -
XYZ 24.99 17.48 12.41 -
YUV 115.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 184 85 93 0 0.54 0.49 0.28 355.15 0.41 0.53
Hex B8 55 5D 0 36 31 1C 163 29 35
Octal 270 125 135 0 66 61 34 543 51 65
Binary 10111000 1010101 1011101 0 110110 110001 11100 101100011 101001 110101

Color Harmonies of #B8555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8555D

Black with #B8555D

Text Example


Text Example

White with #B8555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8555D; }

 p { color: rgb(184,85,93); }

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

background-color css

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

 a { background-color: rgb(184,85,93); }

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

border-color css

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

 span { border-color: rgb(184,85,93); }

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