Html Css Color HEX #B8464E Hippie Pink

📋 copy color: '#B8464E'

red 184 ◦ green 70 ◦ blue 78

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

Shades of Hippie Pink #B8464E

Tints of Hippie Pink #B8464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.49%

R = 55.42%
G = 21.08%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8464E (or 0xB8464E) is known color: Hippie Pink. HEX triplet: B8, 46 and 4E. RGB value is (184,70,78). Sum of RGB (Red+Green+Blue) = 184+70+78=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8464E is #47B9B1. Grayscale: #696969. Windows color (decimal): -4700594 or 5129912. OLE color: 5129912.

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

Color convert

RGB 184 70 78 -
CMYK 0 0.62 0.58 0.28
HSL 355.79º 0.45% 0.5% -
HSV(B) 355.79º 0.62% 0.72% -
XYZ 23.33 15.12 8.9 -
YUV 105 112.77 184.35 -
System Red Green Blue C M Y K H S L
Decimal 184 70 78 0 0.62 0.58 0.28 355.79 0.45 0.5
Hex B8 46 4E 0 3E 3A 1C 164 2D 32
Octal 270 106 116 0 76 72 34 544 55 62
Binary 10111000 1000110 1001110 0 111110 111010 11100 101100100 101101 110010

Color Harmonies of #B8464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8464E

Black with #B8464E

Text Example


Text Example

White with #B8464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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