Html Css Color HEX #B2515D Hippie Pink

📋 copy color: '#B2515D'

red 178 ◦ green 81 ◦ blue 93

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

Shades of Hippie Pink #B2515D

Tints of Hippie Pink #B2515D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 50.57%
G = 23.01%
B = 26.42%

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

#B2515D (or 0xB2515D) is known color: Hippie Pink. HEX triplet: B2, 51 and 5D. RGB value is (178,81,93). Sum of RGB (Red+Green+Blue) = 178+81+93=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2515D is #4DAEA2. Grayscale: #6F6F6F. Windows color (decimal): -5090979 or 6115762. OLE color: 6115762.

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

Color convert

RGB 178 81 93 -
CMYK 0 0.54 0.48 0.30
HSL 352.58º 0.39% 0.51% -
HSV(B) 352.58º 0.54% 0.7% -
XYZ 23.28 16.14 12.24 -
YUV 111.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 178 81 93 0 0.54 0.48 0.30 352.58 0.39 0.51
Hex B2 51 5D 0 36 30 1E 161 27 33
Octal 262 121 135 0 66 60 36 541 47 63
Binary 10110010 1010001 1011101 0 110110 110000 11110 101100001 100111 110011

Color Harmonies of #B2515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2515D

Black with #B2515D

Text Example


Text Example

White with #B2515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2515D; }

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

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

background-color css

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

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

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

border-color css

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

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

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