Html Css Color HEX #B8445E Hippie Pink

📋 copy color: '#B8445E'

red 184 ◦ green 68 ◦ blue 94

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

Shades of Hippie Pink #B8445E

Tints of Hippie Pink #B8445E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 53.18%
G = 19.65%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8445E (or 0xB8445E) is known color: Hippie Pink. HEX triplet: B8, 44 and 5E. RGB value is (184,68,94). Sum of RGB (Red+Green+Blue) = 184+68+94=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8445E is #47BBA1. Grayscale: #696969. Windows color (decimal): -4701090 or 6177976. OLE color: 6177976.

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

Color convert

RGB 184 68 94 -
CMYK 0 0.63 0.49 0.28
HSL 346.55º 0.46% 0.49% -
HSV(B) 346.55º 0.63% 0.72% -
XYZ 23.85 15.13 12.25 -
YUV 105.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 184 68 94 0 0.63 0.49 0.28 346.55 0.46 0.49
Hex B8 44 5E 0 3F 31 1C 15B 2E 31
Octal 270 104 136 0 77 61 34 533 56 61
Binary 10111000 1000100 1011110 0 111111 110001 11100 101011011 101110 110001

Color Harmonies of #B8445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8445E

Black with #B8445E

Text Example


Text Example

White with #B8445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8445E; }

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

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

background-color css

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

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

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

border-color css

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

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

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