Html Css Color HEX #B8444D Hippie Pink

📋 copy color: '#B8444D'

red 184 ◦ green 68 ◦ blue 77

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

Shades of Hippie Pink #B8444D

Tints of Hippie Pink #B8444D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 55.93%
G = 20.67%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8444D (or 0xB8444D) is known color: Hippie Pink. HEX triplet: B8, 44 and 4D. RGB value is (184,68,77). Sum of RGB (Red+Green+Blue) = 184+68+77=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8444D is #47BBB2. Grayscale: #676767. Windows color (decimal): -4701107 or 5063864. OLE color: 5063864.

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

Color convert

RGB 184 68 77 -
CMYK 0 0.63 0.58 0.28
HSL 355.34º 0.46% 0.49% -
HSV(B) 355.34º 0.63% 0.72% -
XYZ 23.17 14.86 8.67 -
YUV 103.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 184 68 77 0 0.63 0.58 0.28 355.34 0.46 0.49
Hex B8 44 4D 0 3F 3A 1C 163 2E 31
Octal 270 104 115 0 77 72 34 543 56 61
Binary 10111000 1000100 1001101 0 111111 111010 11100 101100011 101110 110001

Color Harmonies of #B8444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8444D

Black with #B8444D

Text Example


Text Example

White with #B8444D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8444D; }

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

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

background-color css

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

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

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

border-color css

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

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

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