Html Css Color HEX #B0475C Hippie Pink

📋 copy color: '#B0475C'

red 176 ◦ green 71 ◦ blue 92

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

Shades of Hippie Pink #B0475C

Tints of Hippie Pink #B0475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 51.92%
G = 20.94%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0475C (or 0xB0475C) is known color: Hippie Pink. HEX triplet: B0, 47 and 5C. RGB value is (176,71,92). Sum of RGB (Red+Green+Blue) = 176+71+92=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0475C is #4FB8A3. Grayscale: #686868. Windows color (decimal): -5224612 or 6047664. OLE color: 6047664.

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

Color convert

RGB 176 71 92 -
CMYK 0 0.60 0.48 0.31
HSL 348º 0.43% 0.48% -
HSV(B) 348º 0.6% 0.69% -
XYZ 22.09 14.51 11.76 -
YUV 104.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 176 71 92 0 0.60 0.48 0.31 348 0.43 0.48
Hex B0 47 5C 0 3C 30 1F 15C 2B 30
Octal 260 107 134 0 74 60 37 534 53 60
Binary 10110000 1000111 1011100 0 111100 110000 11111 101011100 101011 110000

Color Harmonies of #B0475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0475C

Black with #B0475C

Text Example


Text Example

White with #B0475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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