Html Css Color HEX #B0535A Hippie Pink

📋 copy color: '#B0535A'

red 176 ◦ green 83 ◦ blue 90

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

Shades of Hippie Pink #B0535A

Tints of Hippie Pink #B0535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

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

R = 50.43%
G = 23.78%
B = 25.79%

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

#B0535A (or 0xB0535A) is known color: Hippie Pink. HEX triplet: B0, 53 and 5A. RGB value is (176,83,90). Sum of RGB (Red+Green+Blue) = 176+83+90=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0535A is #4FACA5. Grayscale: #6F6F6F. Windows color (decimal): -5221542 or 5919664. OLE color: 5919664.

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

Color convert

RGB 176 83 90 -
CMYK 0 0.53 0.49 0.31
HSL 355.48º 0.37% 0.51% -
HSV(B) 355.48º 0.53% 0.69% -
XYZ 22.84 16.15 11.59 -
YUV 111.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 176 83 90 0 0.53 0.49 0.31 355.48 0.37 0.51
Hex B0 53 5A 0 35 31 1F 163 25 33
Octal 260 123 132 0 65 61 37 543 45 63
Binary 10110000 1010011 1011010 0 110101 110001 11111 101100011 100101 110011

Color Harmonies of #B0535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0535A

Black with #B0535A

Text Example


Text Example

White with #B0535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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