Html Css Color HEX #B2515C Hippie Pink

📋 copy color: '#B2515C'

red 178 ◦ green 81 ◦ blue 92

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

Shades of Hippie Pink #B2515C

Tints of Hippie Pink #B2515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 50.71%
G = 23.08%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2515C (or 0xB2515C) is known color: Hippie Pink. HEX triplet: B2, 51 and 5C. RGB value is (178,81,92). Sum of RGB (Red+Green+Blue) = 178+81+92=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2515C is #4DAEA3. Grayscale: #6F6F6F. Windows color (decimal): -5090980 or 6050226. OLE color: 6050226.

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

Color convert

RGB 178 81 92 -
CMYK 0 0.54 0.48 0.30
HSL 353.2º 0.39% 0.51% -
HSV(B) 353.2º 0.54% 0.7% -
XYZ 23.23 16.12 12.01 -
YUV 111.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 178 81 92 0 0.54 0.48 0.30 353.2 0.39 0.51
Hex B2 51 5C 0 36 30 1E 161 27 33
Octal 262 121 134 0 66 60 36 541 47 63
Binary 10110010 1010001 1011100 0 110110 110000 11110 101100001 100111 110011

Color Harmonies of #B2515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2515C

Black with #B2515C

Text Example


Text Example

White with #B2515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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