Html Css Color HEX #B8454E Hippie Pink

📋 copy color: '#B8454E'

red 184 ◦ green 69 ◦ blue 78

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

Shades of Hippie Pink #B8454E

Tints of Hippie Pink #B8454E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.85%

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

R = 55.59%
G = 20.85%
B = 23.56%

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

#B8454E (or 0xB8454E) is known color: Hippie Pink. HEX triplet: B8, 45 and 4E. RGB value is (184,69,78). Sum of RGB (Red+Green+Blue) = 184+69+78=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8454E is #47BAB1. Grayscale: #686868. Windows color (decimal): -4700850 or 5129656. OLE color: 5129656.

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

Color convert

RGB 184 69 78 -
CMYK 0 0.62 0.58 0.28
HSL 355.3º 0.45% 0.5% -
HSV(B) 355.3º 0.63% 0.72% -
XYZ 23.27 15 8.88 -
YUV 104.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 184 69 78 0 0.62 0.58 0.28 355.3 0.45 0.5
Hex B8 45 4E 0 3E 3A 1C 163 2D 32
Octal 270 105 116 0 76 72 34 543 55 62
Binary 10111000 1000101 1001110 0 111110 111010 11100 101100011 101101 110010

Color Harmonies of #B8454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8454E

Black with #B8454E

Text Example


Text Example

White with #B8454E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8454E; }

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

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

background-color css

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

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

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

border-color css

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

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

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