Html Css Color HEX #B2445D Hippie Pink

📋 copy color: '#B2445D'

red 178 ◦ green 68 ◦ blue 93

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

Shades of Hippie Pink #B2445D

Tints of Hippie Pink #B2445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 52.51%
G = 20.06%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2445D (or 0xB2445D) is known color: Hippie Pink. HEX triplet: B2, 44 and 5D. RGB value is (178,68,93). Sum of RGB (Red+Green+Blue) = 178+68+93=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2445D is #4DBBA2. Grayscale: #676767. Windows color (decimal): -5094307 or 6112434. OLE color: 6112434.

HSL color Cylindrical-coordinate representation of color #B2445D: hue angle of 346.36º 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 #B2445D is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 93 -
CMYK 0 0.62 0.48 0.30
HSL 346.36º 0.45% 0.48% -
HSV(B) 346.36º 0.62% 0.7% -
XYZ 22.4 14.39 11.95 -
YUV 103.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 178 68 93 0 0.62 0.48 0.30 346.36 0.45 0.48
Hex B2 44 5D 0 3E 30 1E 15A 2D 30
Octal 262 104 135 0 76 60 36 532 55 60
Binary 10110010 1000100 1011101 0 111110 110000 11110 101011010 101101 110000

Color Harmonies of #B2445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2445D

Black with #B2445D

Text Example


Text Example

White with #B2445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2445D; }

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

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

background-color css

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

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

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

border-color css

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

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

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