Html Css Color HEX #B8464A Hippie Pink

📋 copy color: '#B8464A'

red 184 ◦ green 70 ◦ blue 74

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

Shades of Hippie Pink #B8464A

Tints of Hippie Pink #B8464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.34%

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

R = 56.1%
G = 21.34%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8464A (or 0xB8464A) is known color: Hippie Pink. HEX triplet: B8, 46 and 4A. RGB value is (184,70,74). Sum of RGB (Red+Green+Blue) = 184+70+74=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8464A is #47B9B5. Grayscale: #686868. Windows color (decimal): -4700598 or 4867768. OLE color: 4867768.

HSL color Cylindrical-coordinate representation of color #B8464A: hue angle of 357.89º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8464A is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 70 74 -
CMYK 0 0.62 0.60 0.28
HSL 357.89º 0.45% 0.5% -
HSV(B) 357.89º 0.62% 0.72% -
XYZ 23.19 15.07 8.16 -
YUV 104.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 184 70 74 0 0.62 0.60 0.28 357.89 0.45 0.5
Hex B8 46 4A 0 3E 3C 1C 166 2D 32
Octal 270 106 112 0 76 74 34 546 55 62
Binary 10111000 1000110 1001010 0 111110 111100 11100 101100110 101101 110010

Color Harmonies of #B8464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8464A

Black with #B8464A

Text Example


Text Example

White with #B8464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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