Html Css Color HEX #B84D5D Blush

📋 copy color: '#B84D5D'

red 184 ◦ green 77 ◦ blue 93

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

Shades of Blush #B84D5D

Tints of Blush #B84D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

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

R = 51.98%
G = 21.75%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B84D5D (or 0xB84D5D) is known color: Blush. HEX triplet: B8, 4D and 5D. RGB value is (184,77,93). Sum of RGB (Red+Green+Blue) = 184+77+93=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D5D is #47B2A2. Grayscale: #6E6E6E. Windows color (decimal): -4698787 or 6114744. OLE color: 6114744.

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

Color convert

RGB 184 77 93 -
CMYK 0 0.58 0.49 0.28
HSL 351.03º 0.43% 0.51% -
HSV(B) 351.03º 0.58% 0.72% -
XYZ 24.4 16.29 12.21 -
YUV 110.82 117.95 180.2 -
System Red Green Blue C M Y K H S L
Decimal 184 77 93 0 0.58 0.49 0.28 351.03 0.43 0.51
Hex B8 4D 5D 0 3A 31 1C 15F 2B 33
Octal 270 115 135 0 72 61 34 537 53 63
Binary 10111000 1001101 1011101 0 111010 110001 11100 101011111 101011 110011

Color Harmonies of #B84D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84D5D

Black with #B84D5D

Text Example


Text Example

White with #B84D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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