Html Css Color HEX #B9444C Hippie Pink

📋 copy color: '#B9444C'

red 185 ◦ green 68 ◦ blue 76

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

Shades of Hippie Pink #B9444C

Tints of Hippie Pink #B9444C

RGB

 RED value IS 185 (72.66% from 255) = 56.23%

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

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 56.23%
G = 20.67%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9444C (or 0xB9444C) is known color: Hippie Pink. HEX triplet: B9, 44 and 4C. RGB value is (185,68,76). Sum of RGB (Red+Green+Blue) = 185+68+76=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9444C is #46BBB3. Grayscale: #676767. Windows color (decimal): -4635572 or 4998329. OLE color: 4998329.

HSL color Cylindrical-coordinate representation of color #B9444C: hue angle of 355.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9444C is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 76 -
CMYK 0 0.63 0.59 0.27
HSL 355.9º 0.46% 0.5% -
HSV(B) 355.9º 0.63% 0.73% -
XYZ 23.38 14.97 8.49 -
YUV 103.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 185 68 76 0 0.63 0.59 0.27 355.9 0.46 0.5
Hex B9 44 4C 0 3F 3B 1B 164 2E 32
Octal 271 104 114 0 77 73 33 544 56 62
Binary 10111001 1000100 1001100 0 111111 111011 11011 101100100 101110 110010

Color Harmonies of #B9444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9444C

Black with #B9444C

Text Example


Text Example

White with #B9444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9444C; }

 p { color: rgb(185,68,76); }

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

background-color css

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

 a { background-color: rgb(185,68,76); }

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

border-color css

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

 span { border-color: rgb(185,68,76); }

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