Html Css Color HEX #B2415A Hippie Pink

📋 copy color: '#B2415A'

red 178 ◦ green 65 ◦ blue 90

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

Shades of Hippie Pink #B2415A

Tints of Hippie Pink #B2415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 53.45%
G = 19.52%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2415A (or 0xB2415A) is known color: Hippie Pink. HEX triplet: B2, 41 and 5A. RGB value is (178,65,90). Sum of RGB (Red+Green+Blue) = 178+65+90=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B2415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2415A is #4DBEA5. Grayscale: #656565. Windows color (decimal): -5095078 or 5915058. OLE color: 5915058.

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

Color convert

RGB 178 65 90 -
CMYK 0 0.63 0.49 0.30
HSL 346.73º 0.47% 0.48% -
HSV(B) 346.73º 0.63% 0.7% -
XYZ 22.1 13.98 11.21 -
YUV 101.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 178 65 90 0 0.63 0.49 0.30 346.73 0.47 0.48
Hex B2 41 5A 0 3F 31 1E 15B 2F 30
Octal 262 101 132 0 77 61 36 533 57 60
Binary 10110010 1000001 1011010 0 111111 110001 11110 101011011 101111 110000

Color Harmonies of #B2415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2415A

Black with #B2415A

Text Example


Text Example

White with #B2415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2415A; }

 p { color: rgb(178,65,90); }

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

background-color css

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

 a { background-color: rgb(178,65,90); }

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

border-color css

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

 span { border-color: rgb(178,65,90); }

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