Html Css Color HEX #B9444B Hippie Pink

📋 copy color: '#B9444B'

red 185 ◦ green 68 ◦ blue 75

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

Shades of Hippie Pink #B9444B

Tints of Hippie Pink #B9444B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 56.4%
G = 20.73%
B = 22.87%

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

#B9444B (or 0xB9444B) is known color: Hippie Pink. HEX triplet: B9, 44 and 4B. RGB value is (185,68,75). Sum of RGB (Red+Green+Blue) = 185+68+75=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9444B is #46BBB4. Grayscale: #676767. Windows color (decimal): -4635573 or 4932793. OLE color: 4932793.

HSL color Cylindrical-coordinate representation of color #B9444B: hue angle of 356.41º 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 #B9444B is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 75 -
CMYK 0 0.63 0.59 0.27
HSL 356.41º 0.46% 0.5% -
HSV(B) 356.41º 0.63% 0.73% -
XYZ 23.34 14.96 8.31 -
YUV 103.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 185 68 75 0 0.63 0.59 0.27 356.41 0.46 0.5
Hex B9 44 4B 0 3F 3B 1B 164 2E 32
Octal 271 104 113 0 77 73 33 544 56 62
Binary 10111001 1000100 1001011 0 111111 111011 11011 101100100 101110 110010

Color Harmonies of #B9444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9444B

Black with #B9444B

Text Example


Text Example

White with #B9444B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9444B; }

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

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

background-color css

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

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

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

border-color css

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

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

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