Html Css Color HEX #B0525B Hippie Pink

📋 copy color: '#B0525B'

red 176 ◦ green 82 ◦ blue 91

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

Shades of Hippie Pink #B0525B

Tints of Hippie Pink #B0525B

RGB

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

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

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

R = 50.43%
G = 23.5%
B = 26.07%

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

#B0525B (or 0xB0525B) is known color: Hippie Pink. HEX triplet: B0, 52 and 5B. RGB value is (176,82,91). Sum of RGB (Red+Green+Blue) = 176+82+91=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0525B is #4FADA4. Grayscale: #6F6F6F. Windows color (decimal): -5221797 or 5984944. OLE color: 5984944.

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

Color convert

RGB 176 82 91 -
CMYK 0 0.53 0.48 0.31
HSL 354.26º 0.37% 0.51% -
HSV(B) 354.26º 0.53% 0.69% -
XYZ 22.81 16.02 11.79 -
YUV 111.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 176 82 91 0 0.53 0.48 0.31 354.26 0.37 0.51
Hex B0 52 5B 0 35 30 1F 162 25 33
Octal 260 122 133 0 65 60 37 542 45 63
Binary 10110000 1010010 1011011 0 110101 110000 11111 101100010 100101 110011

Color Harmonies of #B0525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0525B

Black with #B0525B

Text Example


Text Example

White with #B0525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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