Html Css Color HEX #B2444F Hippie Pink

📋 copy color: '#B2444F'

red 178 ◦ green 68 ◦ blue 79

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

Shades of Hippie Pink #B2444F

Tints of Hippie Pink #B2444F

RGB

 RED value IS 178 (69.92% from 255) = 54.77%

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

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

R = 54.77%
G = 20.92%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2444F (or 0xB2444F) is known color: Hippie Pink. HEX triplet: B2, 44 and 4F. RGB value is (178,68,79). Sum of RGB (Red+Green+Blue) = 178+68+79=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2444F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2444F is #4DBBB0. Grayscale: #666666. Windows color (decimal): -5094321 or 5194930. OLE color: 5194930.

HSL color Cylindrical-coordinate representation of color #B2444F: hue angle of 354º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2444F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 79 -
CMYK 0 0.62 0.56 0.30
HSL 354º 0.45% 0.48% -
HSV(B) 354º 0.62% 0.7% -
XYZ 21.84 14.16 8.98 -
YUV 102.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 178 68 79 0 0.62 0.56 0.30 354 0.45 0.48
Hex B2 44 4F 0 3E 38 1E 162 2D 30
Octal 262 104 117 0 76 70 36 542 55 60
Binary 10110010 1000100 1001111 0 111110 111000 11110 101100010 101101 110000

Color Harmonies of #B2444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2444F

Black with #B2444F

Text Example


Text Example

White with #B2444F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2444F; }

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

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

background-color css

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

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

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

border-color css

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

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

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