Html Css Color HEX #B2415B Hippie Pink

📋 copy color: '#B2415B'

red 178 ◦ green 65 ◦ blue 91

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

Shades of Hippie Pink #B2415B

Tints of Hippie Pink #B2415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 53.29%
G = 19.46%
B = 27.25%

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

#B2415B (or 0xB2415B) is known color: Hippie Pink. HEX triplet: B2, 41 and 5B. RGB value is (178,65,91). Sum of RGB (Red+Green+Blue) = 178+65+91=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2415B is #4DBEA4. Grayscale: #656565. Windows color (decimal): -5095077 or 5980594. OLE color: 5980594.

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

Color convert

RGB 178 65 91 -
CMYK 0 0.63 0.49 0.30
HSL 346.19º 0.47% 0.48% -
HSV(B) 346.19º 0.63% 0.7% -
XYZ 22.14 14 11.43 -
YUV 101.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 178 65 91 0 0.63 0.49 0.30 346.19 0.47 0.48
Hex B2 41 5B 0 3F 31 1E 15A 2F 30
Octal 262 101 133 0 77 61 36 532 57 60
Binary 10110010 1000001 1011011 0 111111 110001 11110 101011010 101111 110000

Color Harmonies of #B2415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2415B

Black with #B2415B

Text Example


Text Example

White with #B2415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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