Html Css Color HEX #B0444D Hippie Pink

📋 copy color: '#B0444D'

red 176 ◦ green 68 ◦ blue 77

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

Shades of Hippie Pink #B0444D

Tints of Hippie Pink #B0444D

RGB

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

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

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

R = 54.83%
G = 21.18%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0444D (or 0xB0444D) is known color: Hippie Pink. HEX triplet: B0, 44 and 4D. RGB value is (176,68,77). Sum of RGB (Red+Green+Blue) = 176+68+77=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0444D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0444D is #4FBBB2. Grayscale: #656565. Windows color (decimal): -5225395 or 5063856. OLE color: 5063856.

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

Color convert

RGB 176 68 77 -
CMYK 0 0.61 0.56 0.31
HSL 355º 0.44% 0.48% -
HSV(B) 355º 0.61% 0.69% -
XYZ 21.31 13.9 8.58 -
YUV 101.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 176 68 77 0 0.61 0.56 0.31 355 0.44 0.48
Hex B0 44 4D 0 3D 38 1F 163 2C 30
Octal 260 104 115 0 75 70 37 543 54 60
Binary 10110000 1000100 1001101 0 111101 111000 11111 101100011 101100 110000

Color Harmonies of #B0444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0444D

Black with #B0444D

Text Example


Text Example

White with #B0444D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0444D; }

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

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

background-color css

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

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

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

border-color css

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

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

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