Html Css Color HEX #B0525F Hippie Pink

📋 copy color: '#B0525F'

red 176 ◦ green 82 ◦ blue 95

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

Shades of Hippie Pink #B0525F

Tints of Hippie Pink #B0525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 49.86%
G = 23.23%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B0525F (or 0xB0525F) is known color: Hippie Pink. HEX triplet: B0, 52 and 5F. RGB value is (176,82,95). Sum of RGB (Red+Green+Blue) = 176+82+95=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0525F is #4FADA0. Grayscale: #6F6F6F. Windows color (decimal): -5221793 or 6247088. OLE color: 6247088.

HSL color Cylindrical-coordinate representation of color #B0525F: hue angle of 351.7º 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 #B0525F is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 95 -
CMYK 0 0.53 0.46 0.31
HSL 351.7º 0.37% 0.51% -
HSV(B) 351.7º 0.53% 0.69% -
XYZ 22.99 16.09 12.72 -
YUV 111.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 176 82 95 0 0.53 0.46 0.31 351.7 0.37 0.51
Hex B0 52 5F 0 35 2E 1F 160 25 33
Octal 260 122 137 0 65 56 37 540 45 63
Binary 10110000 1010010 1011111 0 110101 101110 11111 101100000 100101 110011

Color Harmonies of #B0525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0525F

Black with #B0525F

Text Example


Text Example

White with #B0525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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