Html Css Color HEX #B84C68 Blush

📋 copy color: '#B84C68'

red 184 ◦ green 76 ◦ blue 104

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

Shades of Blush #B84C68

Tints of Blush #B84C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.88%

 BLUE value IS 104 (41.02% from 255) = 28.57%

R = 50.55%
G = 20.88%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B84C68 (or 0xB84C68) is known color: Blush. HEX triplet: B8, 4C and 68. RGB value is (184,76,104). Sum of RGB (Red+Green+Blue) = 184+76+104=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C68 is #47B397. Grayscale: #6F6F6F. Windows color (decimal): -4699032 or 6835384. OLE color: 6835384.

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

Color convert

RGB 184 76 104 -
CMYK 0 0.59 0.43 0.28
HSL 344.44º 0.43% 0.51% -
HSV(B) 344.44º 0.59% 0.72% -
XYZ 24.85 16.36 14.94 -
YUV 111.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 184 76 104 0 0.59 0.43 0.28 344.44 0.43 0.51
Hex B8 4C 68 0 3B 2B 1C 158 2B 33
Octal 270 114 150 0 73 53 34 530 53 63
Binary 10111000 1001100 1101000 0 111011 101011 11100 101011000 101011 110011

Color Harmonies of #B84C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84C68

Black with #B84C68

Text Example


Text Example

White with #B84C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84C68; }

 p { color: rgb(184,76,104); }

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

background-color css

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

 a { background-color: rgb(184,76,104); }

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

border-color css

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

 span { border-color: rgb(184,76,104); }

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