Html Css Color HEX #B0474E Hippie Pink

📋 copy color: '#B0474E'

red 176 ◦ green 71 ◦ blue 78

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

Shades of Hippie Pink #B0474E

Tints of Hippie Pink #B0474E

RGB

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

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

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

R = 54.15%
G = 21.85%
B = 24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0474E (or 0xB0474E) is known color: Hippie Pink. HEX triplet: B0, 47 and 4E. RGB value is (176,71,78). Sum of RGB (Red+Green+Blue) = 176+71+78=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0474E is #4FB8B1. Grayscale: #676767. Windows color (decimal): -5224626 or 5130160. OLE color: 5130160.

HSL color Cylindrical-coordinate representation of color #B0474E: hue angle of 356º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0474E is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 78 -
CMYK 0 0.60 0.56 0.31
HSL 356º 0.43% 0.48% -
HSV(B) 356º 0.6% 0.69% -
XYZ 21.53 14.29 8.83 -
YUV 103.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 176 71 78 0 0.60 0.56 0.31 356 0.43 0.48
Hex B0 47 4E 0 3C 38 1F 164 2B 30
Octal 260 107 116 0 74 70 37 544 53 60
Binary 10110000 1000111 1001110 0 111100 111000 11111 101100100 101011 110000

Color Harmonies of #B0474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0474E

Black with #B0474E

Text Example


Text Example

White with #B0474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0474E; }

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

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

background-color css

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

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

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

border-color css

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

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

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