Html Css Color HEX #B84361 Blush

📋 copy color: '#B84361'

red 184 ◦ green 67 ◦ blue 97

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

Shades of Blush #B84361

Tints of Blush #B84361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

 BLUE value IS 97 (38.28% from 255) = 27.87%

R = 52.87%
G = 19.25%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B84361 (or 0xB84361) is known color: Blush. HEX triplet: B8, 43 and 61. RGB value is (184,67,97). Sum of RGB (Red+Green+Blue) = 184+67+97=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B84361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84361 is #47BC9E. Grayscale: #696969. Windows color (decimal): -4701343 or 6374328. OLE color: 6374328.

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

Color convert

RGB 184 67 97 -
CMYK 0 0.64 0.47 0.28
HSL 344.62º 0.47% 0.49% -
HSV(B) 344.62º 0.64% 0.72% -
XYZ 23.93 15.07 12.96 -
YUV 105.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 184 67 97 0 0.64 0.47 0.28 344.62 0.47 0.49
Hex B8 43 61 0 40 2F 1C 159 2F 31
Octal 270 103 141 0 100 57 34 531 57 61
Binary 10111000 1000011 1100001 0 1000000 101111 11100 101011001 101111 110001

Color Harmonies of #B84361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84361

Black with #B84361

Text Example


Text Example

White with #B84361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84361; }

 p { color: rgb(184,67,97); }

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

background-color css

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

 a { background-color: rgb(184,67,97); }

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

border-color css

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

 span { border-color: rgb(184,67,97); }

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