Html Css Color HEX #B0535B Hippie Pink

📋 copy color: '#B0535B'

red 176 ◦ green 83 ◦ blue 91

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

Shades of Hippie Pink #B0535B

Tints of Hippie Pink #B0535B

RGB

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

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

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

R = 50.29%
G = 23.71%
B = 26%

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

#B0535B (or 0xB0535B) is known color: Hippie Pink. HEX triplet: B0, 53 and 5B. RGB value is (176,83,91). Sum of RGB (Red+Green+Blue) = 176+83+91=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0535B is #4FACA4. Grayscale: #6F6F6F. Windows color (decimal): -5221541 or 5985200. OLE color: 5985200.

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

Color convert

RGB 176 83 91 -
CMYK 0 0.53 0.48 0.31
HSL 354.84º 0.37% 0.51% -
HSV(B) 354.84º 0.53% 0.69% -
XYZ 22.89 16.17 11.81 -
YUV 111.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 176 83 91 0 0.53 0.48 0.31 354.84 0.37 0.51
Hex B0 53 5B 0 35 30 1F 163 25 33
Octal 260 123 133 0 65 60 37 543 45 63
Binary 10110000 1010011 1011011 0 110101 110000 11111 101100011 100101 110011

Color Harmonies of #B0535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0535B

Black with #B0535B

Text Example


Text Example

White with #B0535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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