Html Css Color HEX #B8445A Hippie Pink

📋 copy color: '#B8445A'

red 184 ◦ green 68 ◦ blue 90

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

Shades of Hippie Pink #B8445A

Tints of Hippie Pink #B8445A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 53.8%
G = 19.88%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8445A (or 0xB8445A) is known color: Hippie Pink. HEX triplet: B8, 44 and 5A. RGB value is (184,68,90). Sum of RGB (Red+Green+Blue) = 184+68+90=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8445A is #47BBA5. Grayscale: #696969. Windows color (decimal): -4701094 or 5915832. OLE color: 5915832.

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

Color convert

RGB 184 68 90 -
CMYK 0 0.63 0.51 0.28
HSL 348.62º 0.46% 0.49% -
HSV(B) 348.62º 0.63% 0.72% -
XYZ 23.68 15.06 11.33 -
YUV 105.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 184 68 90 0 0.63 0.51 0.28 348.62 0.46 0.49
Hex B8 44 5A 0 3F 33 1C 15D 2E 31
Octal 270 104 132 0 77 63 34 535 56 61
Binary 10111000 1000100 1011010 0 111111 110011 11100 101011101 101110 110001

Color Harmonies of #B8445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8445A

Black with #B8445A

Text Example


Text Example

White with #B8445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8445A; }

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

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

background-color css

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

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

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

border-color css

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

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

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