Html Css Color HEX #B8444A Hippie Pink

📋 copy color: '#B8444A'

red 184 ◦ green 68 ◦ blue 74

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

Shades of Hippie Pink #B8444A

Tints of Hippie Pink #B8444A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 56.44%
G = 20.86%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8444A (or 0xB8444A) is known color: Hippie Pink. HEX triplet: B8, 44 and 4A. RGB value is (184,68,74). Sum of RGB (Red+Green+Blue) = 184+68+74=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8444A is #47BBB5. Grayscale: #676767. Windows color (decimal): -4701110 or 4867256. OLE color: 4867256.

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

Color convert

RGB 184 68 74 -
CMYK 0 0.63 0.60 0.28
HSL 356.9º 0.46% 0.49% -
HSV(B) 356.9º 0.63% 0.72% -
XYZ 23.07 14.82 8.12 -
YUV 103.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 184 68 74 0 0.63 0.60 0.28 356.9 0.46 0.49
Hex B8 44 4A 0 3F 3C 1C 165 2E 31
Octal 270 104 112 0 77 74 34 545 56 61
Binary 10111000 1000100 1001010 0 111111 111100 11100 101100101 101110 110001

Color Harmonies of #B8444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8444A

Black with #B8444A

Text Example


Text Example

White with #B8444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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