Html Css Color HEX #B0484D Hippie Pink

📋 copy color: '#B0484D'

red 176 ◦ green 72 ◦ blue 77

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

Shades of Hippie Pink #B0484D

Tints of Hippie Pink #B0484D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.69%

R = 54.15%
G = 22.15%
B = 23.69%

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

#B0484D (or 0xB0484D) is known color: Hippie Pink. HEX triplet: B0, 48 and 4D. RGB value is (176,72,77). Sum of RGB (Red+Green+Blue) = 176+72+77=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0484D is #4FB7B2. Grayscale: #676767. Windows color (decimal): -5224371 or 5064880. OLE color: 5064880.

HSL color Cylindrical-coordinate representation of color #B0484D: hue angle of 357.12º 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 #B0484D is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 77 -
CMYK 0 0.59 0.56 0.31
HSL 357.12º 0.42% 0.49% -
HSV(B) 357.12º 0.59% 0.69% -
XYZ 21.56 14.4 8.66 -
YUV 103.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 176 72 77 0 0.59 0.56 0.31 357.12 0.42 0.49
Hex B0 48 4D 0 3B 38 1F 165 2A 31
Octal 260 110 115 0 73 70 37 545 52 61
Binary 10110000 1001000 1001101 0 111011 111000 11111 101100101 101010 110001

Color Harmonies of #B0484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0484D

Black with #B0484D

Text Example


Text Example

White with #B0484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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