Html Css Color HEX #B0475A Hippie Pink

📋 copy color: '#B0475A'

red 176 ◦ green 71 ◦ blue 90

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

Shades of Hippie Pink #B0475A

Tints of Hippie Pink #B0475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 52.23%
G = 21.07%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0475A (or 0xB0475A) is known color: Hippie Pink. HEX triplet: B0, 47 and 5A. RGB value is (176,71,90). Sum of RGB (Red+Green+Blue) = 176+71+90=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0475A is #4FB8A5. Grayscale: #686868. Windows color (decimal): -5224614 or 5916592. OLE color: 5916592.

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

Color convert

RGB 176 71 90 -
CMYK 0 0.60 0.49 0.31
HSL 349.14º 0.43% 0.48% -
HSV(B) 349.14º 0.6% 0.69% -
XYZ 22 14.47 11.31 -
YUV 104.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 176 71 90 0 0.60 0.49 0.31 349.14 0.43 0.48
Hex B0 47 5A 0 3C 31 1F 15D 2B 30
Octal 260 107 132 0 74 61 37 535 53 60
Binary 10110000 1000111 1011010 0 111100 110001 11111 101011101 101011 110000

Color Harmonies of #B0475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0475A

Black with #B0475A

Text Example


Text Example

White with #B0475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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