Html Css Color HEX #B84D6D Blush

📋 copy color: '#B84D6D'

red 184 ◦ green 77 ◦ blue 109

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

Shades of Blush #B84D6D

Tints of Blush #B84D6D

RGB

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

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

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

R = 49.73%
G = 20.81%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B84D6D (or 0xB84D6D) is known color: Blush. HEX triplet: B8, 4D and 6D. RGB value is (184,77,109). Sum of RGB (Red+Green+Blue) = 184+77+109=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D6D is #47B292. Grayscale: #707070. Windows color (decimal): -4698771 or 7163320. OLE color: 7163320.

HSL color Cylindrical-coordinate representation of color #B84D6D: hue angle of 342.06º 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 #B84D6D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 77 109 -
CMYK 0 0.58 0.41 0.28
HSL 342.06º 0.43% 0.51% -
HSV(B) 342.06º 0.58% 0.72% -
XYZ 25.18 16.6 16.35 -
YUV 112.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 184 77 109 0 0.58 0.41 0.28 342.06 0.43 0.51
Hex B8 4D 6D 0 3A 29 1C 156 2B 33
Octal 270 115 155 0 72 51 34 526 53 63
Binary 10111000 1001101 1101101 0 111010 101001 11100 101010110 101011 110011

Color Harmonies of #B84D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84D6D

Black with #B84D6D

Text Example


Text Example

White with #B84D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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