Html Css Color HEX #B2445F Hippie Pink

📋 copy color: '#B2445F'

red 178 ◦ green 68 ◦ blue 95

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

Shades of Hippie Pink #B2445F

Tints of Hippie Pink #B2445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 52.2%
G = 19.94%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2445F (or 0xB2445F) is known color: Hippie Pink. HEX triplet: B2, 44 and 5F. RGB value is (178,68,95). Sum of RGB (Red+Green+Blue) = 178+68+95=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2445F is #4DBBA0. Grayscale: #676767. Windows color (decimal): -5094305 or 6243506. OLE color: 6243506.

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

Color convert

RGB 178 68 95 -
CMYK 0 0.62 0.47 0.30
HSL 345.27º 0.45% 0.48% -
HSV(B) 345.27º 0.62% 0.7% -
XYZ 22.49 14.43 12.43 -
YUV 103.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 178 68 95 0 0.62 0.47 0.30 345.27 0.45 0.48
Hex B2 44 5F 0 3E 2F 1E 159 2D 30
Octal 262 104 137 0 76 57 36 531 55 60
Binary 10110010 1000100 1011111 0 111110 101111 11110 101011001 101101 110000

Color Harmonies of #B2445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2445F

Black with #B2445F

Text Example


Text Example

White with #B2445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2445F; }

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

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

background-color css

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

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

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

border-color css

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

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

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