Html Css Color HEX #B0484E Hippie Pink

📋 copy color: '#B0484E'

red 176 ◦ green 72 ◦ blue 78

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

Shades of Hippie Pink #B0484E

Tints of Hippie Pink #B0484E

RGB

 RED value IS 176 (69.14% from 255) = 53.99%

 GREEN value IS 72 (28.52% from 255) = 22.09%

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

R = 53.99%
G = 22.09%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0484E (or 0xB0484E) is known color: Hippie Pink. HEX triplet: B0, 48 and 4E. RGB value is (176,72,78). Sum of RGB (Red+Green+Blue) = 176+72+78=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B0484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0484E is #4FB7B1. Grayscale: #676767. Windows color (decimal): -5224370 or 5130416. OLE color: 5130416.

HSL color Cylindrical-coordinate representation of color #B0484E: hue angle of 356.54º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0484E is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 78 -
CMYK 0 0.59 0.56 0.31
HSL 356.54º 0.42% 0.49% -
HSV(B) 356.54º 0.59% 0.69% -
XYZ 21.6 14.41 8.85 -
YUV 103.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 176 72 78 0 0.59 0.56 0.31 356.54 0.42 0.49
Hex B0 48 4E 0 3B 38 1F 165 2A 31
Octal 260 110 116 0 73 70 37 545 52 61
Binary 10110000 1001000 1001110 0 111011 111000 11111 101100101 101010 110001

Color Harmonies of #B0484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0484E

Black with #B0484E

Text Example


Text Example

White with #B0484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0484E; }

 p { color: rgb(176,72,78); }

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

background-color css

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

 a { background-color: rgb(176,72,78); }

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

border-color css

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

 span { border-color: rgb(176,72,78); }

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