Html Css Color HEX #B4515C Hippie Pink

📋 copy color: '#B4515C'

red 180 ◦ green 81 ◦ blue 92

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

Shades of Hippie Pink #B4515C

Tints of Hippie Pink #B4515C

RGB

 RED value IS 180 (70.7% from 255) = 50.99%

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

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

R = 50.99%
G = 22.95%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4515C (or 0xB4515C) is known color: Hippie Pink. HEX triplet: B4, 51 and 5C. RGB value is (180,81,92). Sum of RGB (Red+Green+Blue) = 180+81+92=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4515C is #4BAEA3. Grayscale: #6F6F6F. Windows color (decimal): -4959908 or 6050228. OLE color: 6050228.

HSL color Cylindrical-coordinate representation of color #B4515C: hue angle of 353.33º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4515C is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 81 92 -
CMYK 0 0.55 0.49 0.29
HSL 353.33º 0.4% 0.51% -
HSV(B) 353.33º 0.55% 0.71% -
XYZ 23.7 16.36 12.03 -
YUV 111.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 180 81 92 0 0.55 0.49 0.29 353.33 0.4 0.51
Hex B4 51 5C 0 37 31 1D 161 28 33
Octal 264 121 134 0 67 61 35 541 50 63
Binary 10110100 1010001 1011100 0 110111 110001 11101 101100001 101000 110011

Color Harmonies of #B4515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4515C

Black with #B4515C

Text Example


Text Example

White with #B4515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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