Html Css Color HEX #B84A5D Blush

📋 copy color: '#B84A5D'

red 184 ◦ green 74 ◦ blue 93

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

Shades of Blush #B84A5D

Tints of Blush #B84A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.08%

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

R = 52.42%
G = 21.08%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B84A5D (or 0xB84A5D) is known color: Blush. HEX triplet: B8, 4A and 5D. RGB value is (184,74,93). Sum of RGB (Red+Green+Blue) = 184+74+93=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A5D is #47B5A2. Grayscale: #6D6D6D. Windows color (decimal): -4699555 or 6113976. OLE color: 6113976.

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

Color convert

RGB 184 74 93 -
CMYK 0 0.60 0.49 0.28
HSL 349.64º 0.44% 0.51% -
HSV(B) 349.64º 0.6% 0.72% -
XYZ 24.19 15.88 12.15 -
YUV 109.06 118.94 181.46 -
System Red Green Blue C M Y K H S L
Decimal 184 74 93 0 0.60 0.49 0.28 349.64 0.44 0.51
Hex B8 4A 5D 0 3C 31 1C 15E 2C 33
Octal 270 112 135 0 74 61 34 536 54 63
Binary 10111000 1001010 1011101 0 111100 110001 11100 101011110 101100 110011

Color Harmonies of #B84A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A5D

Black with #B84A5D

Text Example


Text Example

White with #B84A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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