Html Css Color HEX #B4505B Hippie Pink

📋 copy color: '#B4505B'

red 180 ◦ green 80 ◦ blue 91

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

Shades of Hippie Pink #B4505B

Tints of Hippie Pink #B4505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

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

R = 51.28%
G = 22.79%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4505B (or 0xB4505B) is known color: Hippie Pink. HEX triplet: B4, 50 and 5B. RGB value is (180,80,91). Sum of RGB (Red+Green+Blue) = 180+80+91=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B4505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4505B is #4BAFA4. Grayscale: #6F6F6F. Windows color (decimal): -4960165 or 5984436. OLE color: 5984436.

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

Color convert

RGB 180 80 91 -
CMYK 0 0.56 0.49 0.29
HSL 353.4º 0.4% 0.51% -
HSV(B) 353.4º 0.56% 0.71% -
XYZ 23.58 16.2 11.78 -
YUV 111.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 180 80 91 0 0.56 0.49 0.29 353.4 0.4 0.51
Hex B4 50 5B 0 38 31 1D 161 28 33
Octal 264 120 133 0 70 61 35 541 50 63
Binary 10110100 1010000 1011011 0 111000 110001 11101 101100001 101000 110011

Color Harmonies of #B4505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4505B

Black with #B4505B

Text Example


Text Example

White with #B4505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4505B; }

 p { color: rgb(180,80,91); }

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

background-color css

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

 a { background-color: rgb(180,80,91); }

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

border-color css

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

 span { border-color: rgb(180,80,91); }

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