Html Css Color HEX #B8444C Hippie Pink

📋 copy color: '#B8444C'

red 184 ◦ green 68 ◦ blue 76

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

Shades of Hippie Pink #B8444C

Tints of Hippie Pink #B8444C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 56.1%
G = 20.73%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8444C (or 0xB8444C) is known color: Hippie Pink. HEX triplet: B8, 44 and 4C. RGB value is (184,68,76). Sum of RGB (Red+Green+Blue) = 184+68+76=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8444C is #47BBB3. Grayscale: #676767. Windows color (decimal): -4701108 or 4998328. OLE color: 4998328.

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

Color convert

RGB 184 68 76 -
CMYK 0 0.63 0.59 0.28
HSL 355.86º 0.46% 0.49% -
HSV(B) 355.86º 0.63% 0.72% -
XYZ 23.14 14.85 8.48 -
YUV 103.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 184 68 76 0 0.63 0.59 0.28 355.86 0.46 0.49
Hex B8 44 4C 0 3F 3B 1C 164 2E 31
Octal 270 104 114 0 77 73 34 544 56 61
Binary 10111000 1000100 1001100 0 111111 111011 11100 101100100 101110 110001

Color Harmonies of #B8444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8444C

Black with #B8444C

Text Example


Text Example

White with #B8444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8444C; }

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

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

background-color css

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

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

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

border-color css

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

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

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