Html Css Color HEX #BB444F Hippie Pink

📋 copy color: '#BB444F'

red 187 ◦ green 68 ◦ blue 79

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

Shades of Hippie Pink #BB444F

Tints of Hippie Pink #BB444F

RGB

 RED value IS 187 (73.44% from 255) = 55.99%

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

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 55.99%
G = 20.36%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB444F (or 0xBB444F) is known color: Hippie Pink. HEX triplet: BB, 44 and 4F. RGB value is (187,68,79). Sum of RGB (Red+Green+Blue) = 187+68+79=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB444F is #44BBB0. Grayscale: #686868. Windows color (decimal): -4504497 or 5194939. OLE color: 5194939.

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

Color convert

RGB 187 68 79 -
CMYK 0 0.64 0.58 0.27
HSL 354.45º 0.47% 0.5% -
HSV(B) 354.45º 0.64% 0.73% -
XYZ 23.97 15.26 9.08 -
YUV 104.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 187 68 79 0 0.64 0.58 0.27 354.45 0.47 0.5
Hex BB 44 4F 0 40 3A 1B 162 2F 32
Octal 273 104 117 0 100 72 33 542 57 62
Binary 10111011 1000100 1001111 0 1000000 111010 11011 101100010 101111 110010

Color Harmonies of #BB444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB444F

Black with #BB444F

Text Example


Text Example

White with #BB444F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB444F; }

 p { color: rgb(187,68,79); }

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

background-color css

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

 a { background-color: rgb(187,68,79); }

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

border-color css

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

 span { border-color: rgb(187,68,79); }

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