Html Css Color HEX #B0525C Hippie Pink

📋 copy color: '#B0525C'

red 176 ◦ green 82 ◦ blue 92

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

Shades of Hippie Pink #B0525C

Tints of Hippie Pink #B0525C

RGB

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

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

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

R = 50.29%
G = 23.43%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0525C (or 0xB0525C) is known color: Hippie Pink. HEX triplet: B0, 52 and 5C. RGB value is (176,82,92). Sum of RGB (Red+Green+Blue) = 176+82+92=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0525C is #4FADA3. Grayscale: #6F6F6F. Windows color (decimal): -5221796 or 6050480. OLE color: 6050480.

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

Color convert

RGB 176 82 92 -
CMYK 0 0.53 0.48 0.31
HSL 353.62º 0.37% 0.51% -
HSV(B) 353.62º 0.53% 0.69% -
XYZ 22.85 16.04 12.02 -
YUV 111.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 176 82 92 0 0.53 0.48 0.31 353.62 0.37 0.51
Hex B0 52 5C 0 35 30 1F 162 25 33
Octal 260 122 134 0 65 60 37 542 45 63
Binary 10110000 1010010 1011100 0 110101 110000 11111 101100010 100101 110011

Color Harmonies of #B0525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0525C

Black with #B0525C

Text Example


Text Example

White with #B0525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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