Html Css Color HEX #B84253 Hippie Pink

📋 copy color: '#B84253'

red 184 ◦ green 66 ◦ blue 83

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

Shades of Hippie Pink #B84253

Tints of Hippie Pink #B84253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

 BLUE value IS 83 (32.81% from 255) = 24.92%

R = 55.26%
G = 19.82%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B84253 (or 0xB84253) is known color: Hippie Pink. HEX triplet: B8, 42 and 53. RGB value is (184,66,83). Sum of RGB (Red+Green+Blue) = 184+66+83=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B84253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84253 is #47BDAC. Grayscale: #676767. Windows color (decimal): -4701613 or 5456568. OLE color: 5456568.

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

Color convert

RGB 184 66 83 -
CMYK 0 0.64 0.55 0.28
HSL 351.36º 0.47% 0.49% -
HSV(B) 351.36º 0.64% 0.72% -
XYZ 23.28 14.71 9.8 -
YUV 103.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 184 66 83 0 0.64 0.55 0.28 351.36 0.47 0.49
Hex B8 42 53 0 40 37 1C 15F 2F 31
Octal 270 102 123 0 100 67 34 537 57 61
Binary 10111000 1000010 1010011 0 1000000 110111 11100 101011111 101111 110001

Color Harmonies of #B84253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84253

Black with #B84253

Text Example


Text Example

White with #B84253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84253; }

 p { color: rgb(184,66,83); }

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

background-color css

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

 a { background-color: rgb(184,66,83); }

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

border-color css

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

 span { border-color: rgb(184,66,83); }

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