Html Css Color HEX #B0565A Hippie Pink

📋 copy color: '#B0565A'

red 176 ◦ green 86 ◦ blue 90

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

Shades of Hippie Pink #B0565A

Tints of Hippie Pink #B0565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.43%

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

R = 50%
G = 24.43%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0565A (or 0xB0565A) is known color: Hippie Pink. HEX triplet: B0, 56 and 5A. RGB value is (176,86,90). Sum of RGB (Red+Green+Blue) = 176+86+90=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0565A is #4FA9A5. Grayscale: #717171. Windows color (decimal): -5220774 or 5920432. OLE color: 5920432.

HSL color Cylindrical-coordinate representation of color #B0565A: hue angle of 357.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0565A is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 86 90 -
CMYK 0 0.51 0.49 0.31
HSL 357.33º 0.36% 0.51% -
HSV(B) 357.33º 0.51% 0.69% -
XYZ 23.08 16.62 11.67 -
YUV 113.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 176 86 90 0 0.51 0.49 0.31 357.33 0.36 0.51
Hex B0 56 5A 0 33 31 1F 165 24 33
Octal 260 126 132 0 63 61 37 545 44 63
Binary 10110000 1010110 1011010 0 110011 110001 11111 101100101 100100 110011

Color Harmonies of #B0565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0565A

Black with #B0565A

Text Example


Text Example

White with #B0565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0565A; }

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

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

background-color css

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

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

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

border-color css

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

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

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