Html Css Color HEX #B8474A Hippie Pink

📋 copy color: '#B8474A'

red 184 ◦ green 71 ◦ blue 74

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

Shades of Hippie Pink #B8474A

Tints of Hippie Pink #B8474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 55.93%
G = 21.58%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8474A (or 0xB8474A) is known color: Hippie Pink. HEX triplet: B8, 47 and 4A. RGB value is (184,71,74). Sum of RGB (Red+Green+Blue) = 184+71+74=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8474A is #47B8B5. Grayscale: #696969. Windows color (decimal): -4700342 or 4868024. OLE color: 4868024.

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

Color convert

RGB 184 71 74 -
CMYK 0 0.61 0.60 0.28
HSL 358.41º 0.44% 0.5% -
HSV(B) 358.41º 0.61% 0.72% -
XYZ 23.26 15.19 8.19 -
YUV 105.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 184 71 74 0 0.61 0.60 0.28 358.41 0.44 0.5
Hex B8 47 4A 0 3D 3C 1C 166 2C 32
Octal 270 107 112 0 75 74 34 546 54 62
Binary 10111000 1000111 1001010 0 111101 111100 11100 101100110 101100 110010

Color Harmonies of #B8474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8474A

Black with #B8474A

Text Example


Text Example

White with #B8474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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