Html Css Color HEX #B0445B Hippie Pink

📋 copy color: '#B0445B'

red 176 ◦ green 68 ◦ blue 91

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

Shades of Hippie Pink #B0445B

Tints of Hippie Pink #B0445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 52.54%
G = 20.3%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0445B (or 0xB0445B) is known color: Hippie Pink. HEX triplet: B0, 44 and 5B. RGB value is (176,68,91). Sum of RGB (Red+Green+Blue) = 176+68+91=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0445B is #4FBBA4. Grayscale: #666666. Windows color (decimal): -5225381 or 5981360. OLE color: 5981360.

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

Color convert

RGB 176 68 91 -
CMYK 0 0.61 0.48 0.31
HSL 347.22º 0.44% 0.48% -
HSV(B) 347.22º 0.61% 0.69% -
XYZ 21.86 14.12 11.47 -
YUV 102.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 176 68 91 0 0.61 0.48 0.31 347.22 0.44 0.48
Hex B0 44 5B 0 3D 30 1F 15B 2C 30
Octal 260 104 133 0 75 60 37 533 54 60
Binary 10110000 1000100 1011011 0 111101 110000 11111 101011011 101100 110000

Color Harmonies of #B0445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0445B

Black with #B0445B

Text Example


Text Example

White with #B0445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0445B; }

 p { color: rgb(176,68,91); }

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

background-color css

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

 a { background-color: rgb(176,68,91); }

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

border-color css

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

 span { border-color: rgb(176,68,91); }

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