Html Css Color HEX #B0525A Hippie Pink

📋 copy color: '#B0525A'

red 176 ◦ green 82 ◦ blue 90

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

Shades of Hippie Pink #B0525A

Tints of Hippie Pink #B0525A

RGB

 RED value IS 176 (69.14% from 255) = 50.57%

 GREEN value IS 82 (32.42% from 255) = 23.56%

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

R = 50.57%
G = 23.56%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0525A (or 0xB0525A) is known color: Hippie Pink. HEX triplet: B0, 52 and 5A. RGB value is (176,82,90). Sum of RGB (Red+Green+Blue) = 176+82+90=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0525A is #4FADA5. Grayscale: #6F6F6F. Windows color (decimal): -5221798 or 5919408. OLE color: 5919408.

HSL color Cylindrical-coordinate representation of color #B0525A: hue angle of 354.89º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0525A is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 90 -
CMYK 0 0.53 0.49 0.31
HSL 354.89º 0.37% 0.51% -
HSV(B) 354.89º 0.53% 0.69% -
XYZ 22.77 16 11.56 -
YUV 111.02 116.14 174.35 -
System Red Green Blue C M Y K H S L
Decimal 176 82 90 0 0.53 0.49 0.31 354.89 0.37 0.51
Hex B0 52 5A 0 35 31 1F 163 25 33
Octal 260 122 132 0 65 61 37 543 45 63
Binary 10110000 1010010 1011010 0 110101 110001 11111 101100011 100101 110011

Color Harmonies of #B0525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0525A

Black with #B0525A

Text Example


Text Example

White with #B0525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0525A; }

 p { color: rgb(176,82,90); }

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

background-color css

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

 a { background-color: rgb(176,82,90); }

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

border-color css

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

 span { border-color: rgb(176,82,90); }

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