Html Css Color HEX #B2515A Hippie Pink

📋 copy color: '#B2515A'

red 178 ◦ green 81 ◦ blue 90

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

Shades of Hippie Pink #B2515A

Tints of Hippie Pink #B2515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.21%

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

R = 51%
G = 23.21%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2515A (or 0xB2515A) is known color: Hippie Pink. HEX triplet: B2, 51 and 5A. RGB value is (178,81,90). Sum of RGB (Red+Green+Blue) = 178+81+90=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B2515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2515A is #4DAEA5. Grayscale: #6F6F6F. Windows color (decimal): -5090982 or 5919154. OLE color: 5919154.

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

Color convert

RGB 178 81 90 -
CMYK 0 0.54 0.49 0.30
HSL 354.43º 0.39% 0.51% -
HSV(B) 354.43º 0.54% 0.7% -
XYZ 23.15 16.09 11.56 -
YUV 111.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 178 81 90 0 0.54 0.49 0.30 354.43 0.39 0.51
Hex B2 51 5A 0 36 31 1E 162 27 33
Octal 262 121 132 0 66 61 36 542 47 63
Binary 10110010 1010001 1011010 0 110110 110001 11110 101100010 100111 110011

Color Harmonies of #B2515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2515A

Black with #B2515A

Text Example


Text Example

White with #B2515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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