Html Css Color HEX #B8445B Hippie Pink

📋 copy color: '#B8445B'

red 184 ◦ green 68 ◦ blue 91

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

Shades of Hippie Pink #B8445B

Tints of Hippie Pink #B8445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 53.64%
G = 19.83%
B = 26.53%

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

#B8445B (or 0xB8445B) is known color: Hippie Pink. HEX triplet: B8, 44 and 5B. RGB value is (184,68,91). Sum of RGB (Red+Green+Blue) = 184+68+91=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8445B is #47BBA4. Grayscale: #696969. Windows color (decimal): -4701093 or 5981368. OLE color: 5981368.

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

Color convert

RGB 184 68 91 -
CMYK 0 0.63 0.51 0.28
HSL 348.1º 0.46% 0.49% -
HSV(B) 348.1º 0.63% 0.72% -
XYZ 23.72 15.08 11.56 -
YUV 105.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 184 68 91 0 0.63 0.51 0.28 348.1 0.46 0.49
Hex B8 44 5B 0 3F 33 1C 15C 2E 31
Octal 270 104 133 0 77 63 34 534 56 61
Binary 10111000 1000100 1011011 0 111111 110011 11100 101011100 101110 110001

Color Harmonies of #B8445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8445B

Black with #B8445B

Text Example


Text Example

White with #B8445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8445B; }

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

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

background-color css

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

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

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

border-color css

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

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

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