Html Css Color HEX #B8424E Hippie Pink

📋 copy color: '#B8424E'

red 184 ◦ green 66 ◦ blue 78

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

Shades of Hippie Pink #B8424E

Tints of Hippie Pink #B8424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.78%

R = 56.1%
G = 20.12%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8424E (or 0xB8424E) is known color: Hippie Pink. HEX triplet: B8, 42 and 4E. RGB value is (184,66,78). Sum of RGB (Red+Green+Blue) = 184+66+78=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8424E is #47BDB1. Grayscale: #666666. Windows color (decimal): -4701618 or 5128888. OLE color: 5128888.

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

Color convert

RGB 184 66 78 -
CMYK 0 0.64 0.58 0.28
HSL 353.9º 0.47% 0.49% -
HSV(B) 353.9º 0.64% 0.72% -
XYZ 23.09 14.64 8.82 -
YUV 102.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 184 66 78 0 0.64 0.58 0.28 353.9 0.47 0.49
Hex B8 42 4E 0 40 3A 1C 162 2F 31
Octal 270 102 116 0 100 72 34 542 57 61
Binary 10111000 1000010 1001110 0 1000000 111010 11100 101100010 101111 110001

Color Harmonies of #B8424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8424E

Black with #B8424E

Text Example


Text Example

White with #B8424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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